完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
#include //#include #include #include #include #include #include #include #include "LCD1602.h" ////液晶显示头文件 ***it Key1=P1^0; ***it Key2=P1^1; ***it Up =P1^2; ***it Down=P1^3; unsigned char t[2],*pt; //用来存放温度值,测温程序就是通过这个数组与主函数通信的 unsigned char TempBuffer1[9]={0x2b,0x31,0x32,0x32,0x2e,0x30,0x30,0x43,' |