2021-04-13
![
51单片机用数码管显示温度有误,与传感器DB18S20不一致,请大佬解决!
代码
#include<reg51.h>
#include"temp.h"
#define duanxuan P1 //段选端口
#define weixuan P2 //位选端口
unsigned char code wxcode[4]={0x01,0x02,0x04,0x08};
unsigned char code dxcode[10]={0xc0,0xf9,0xa4,0xb0,
原创
2021-04-13 23:57:32 ·
242 阅读 ·
0 评论