sbit DQ = P2^5; //DS18B20数据口 sbit n=P2^4; //风速数据口 uchar code table[10] = {0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; unsigned char TMPH,TMPL; uint num=0,x=0,btr; /*** *名称: delay() *功能:延时,延时时间大概为140US。 *输入:无 *输出:无 ***...