代码搜索结果

找到约 5,431 项符合 Temperature 的代码

18b20c.c

#include #define uchar unsigned char #define uint unsigned int sbit DS=P2^7; //define interface 定义DS18B20接口 uint temp; // variable of temperature uchar flag1; // sign of the result posi

温度ltc1392 with pic16c84.txt

Use of an LTC1392 10-bit Temperature, Vcc and Differential Voltage Monitor - Basic Stamp 2 and PIC16C84 歌林电子制作实验室www.nbglin.com Introduction. The Linear Technology LTC1392 is an inexpensive

ac.htm

Atmel Embedded Internet Toolkit Current Temperature is 23°C 10 15

ohmeter.asm

TITLE 'OHMETER/TEMPERATURE SENSING PROGRAM REV 3-29-90' LIST P=16C54,F=inhx16 ACCA EQU 8 ACCB EQU 0A ACCC EQU 0C ACCD EQU 0E ACCE EQU 10 TCAL

ohmeter.asm

TITLE 'OHMETER/TEMPERATURE SENSING PROGRAM REV 3-29-90' LIST P=16C54,F=inhx16 ACCA EQU 8 ACCB EQU 0A ACCC EQU 0C ACCD EQU 0E ACCE EQU 10 TCAL

ds18b20.c

//安装目录下的EXE文件打开后可在电脑上显示当前温度值 #include #define uchar unsigned char #define uint unsigned int sbit DS=P2^2; //define interface uint temp; // variable of temperature

temp_adc.asm

;***Temperature measurement system*** $MOD51 ;variables declaration aux1 equ 0a2h count equ 10h disp_data equ 11h ;lcd data variable lcdcom equ 12h ;lcd command variable count

ohmeter.asm

TITLE 'OHMETER/TEMPERATURE SENSING PROGRAM REV 3-29-90' LIST P=16C54,F=inhx16 ACCA EQU 8 ACCB EQU 0A ACCC EQU 0C ACCD EQU 0E ACCE EQU 10 TCAL

ds18b20.c

//安装目录下的EXE文件打开后可在电脑上显示当前温度值 #include #define uchar unsigned char #define uint unsigned int sbit DS=P2^2; //define interface uint temp; // variable of temperature

ds18b20_code.txt

//---程序说明---// /*-------------------------------------------------------------------- 程序名 DS18B20温度读取函数 / DS18B20 Read Temperature 作者 杜洋 创建日 2007-3-15 使用说明 在需要调用的函数中加入 i=Read