18b20液晶显示/DS18B20温度检测及其液晶显示 #include //包含单片机寄存器的头文件 #include //包含_nop_()函数定义的头文件 unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字 unsigned char code Str[]={"Test by DS18B20"}; //说明显示的是温度 unsigned char code Error[]={"Error!Check!"}; //说明没有检测到DS18B20 unsigne