下你所需,载你所想!
汇集开发技术源码资料

C51单片机温度检测+LCD1602显示

:59.194KB :1 :2022-10-13 15:39:39

部分简介

C51单片机温度检测+LCD1602显示如果开发者对于本文件有需要的可以参考。

void main()
{
moto=0;
led=0;
relay=1;
LCD_Init();
kai_display();
while(1)
{
if(mode==0)
Temp_DataPros();
KEY_Pros();
TempData_Compare();
}
}
.
├── 智能温度检测控制系统设计-C51单片机温度检测 LCD1602显示.rar
└── 智能温度检测控制系统设计
├── i2c.LST

├── public.c
├── public.h
├── temp.LST
├── temp.OBJ
├── temp.c
└── temp.h
1 directory, 31 files

C51单片机温度检测+LCD1602显示

热门推荐

相关文章