代码搜索:温度采集器
找到约 5,473 项符合「温度采集器」的源代码
代码结果 5,473
www.eeworm.com/read/294976/8191402
txt 温度值确定.txt
由于AD590的温度变化范围在-55℃-+150℃之间,经过10KΩ之后采样到的电压变化在2.182V-4.232V之间,不超过5V电压所表示的范围,因此参考电压取电源电压VCC,(实测VCC=4.70V)。由此可计算出经过A/D转换之后的摄氏温度显示的数据为:
如果(D*2350/128)<2732,则显示的温度值为-(2732-(D*2350/128))
如果(D*2350/12 ...
www.eeworm.com/read/394789/8206340
c 温度计.c
//ds18b20 drive program
//for 51 mcu with lcd1602 display
//designed by zhaoliang
//2005-6-15 20:11
#include "reg51.h"
#include
/*****************************************************
www.eeworm.com/read/370063/9620712
c 温度计.c
#include
#include
#define uint unsigned int
sbit DQ=P1^4;
static uchar HT,LT;
void delay(uint i) //小延时
{
while(i--);
}
void delayms(uchar i) //延时
www.eeworm.com/read/414690/11106408
xls 电阻温度关系.xls
www.eeworm.com/read/300290/13921510
ctl 温度曲线.ctl
www.eeworm.com/read/300290/13921565
vi 温度事件产生.vi
www.eeworm.com/read/200562/15430740