新手求大神用lcd1602显示18b20的温度,,详细的c程序,,只要仅仅实现显示温度的,不要数字时钟的,,,谢谢
2014-07-15 16:06
18b20的ID怎么读取,我用stc15w104一个IO读取3个温度值,怎么知道ID号
2023-10-28 06:35
=ReadTemperature();// LCD_Write_Char(5,0,temperature/100);// LCD_Write_Char(6,0,temperature%100/10); 仿真的结果: 查了一下说是DS
2023-12-20 20:03
delay500us()//误差 0us{ unsigned char a,b; for(b=71;b>0;b--)for(a=2;a>0;a--);}/
2020-06-10 16:54
如何将外界温度显示在1602LCD上?
2022-01-24 07:30
读取18B20的序列号C语言程序 用5110显示 18B20序列号是不是有公式啊
2015-04-20 22:47
:"};uchar ds18b20init();void ds18b20write(uchar dat);uchar ds18b20read();int ds18b2
2019-08-19 04:04
如何利用单总线去读取18B20温度传感器的ROM ID号呢?求解
2022-02-16 07:49
void lcd1602_showStr(uchar x,uchar y,uchar *strData)//x行,y列,*str字符串{uchar strLen;if(y
2012-06-15 23:49
);Write_1602date(0x30+ge);} bit DS18B20_init() // DS18b20初始函数{bit i;DS=1;_nop_();DS=0;delayus(75); //75
2017-02-27 18:10