#include <reg51.h>
#include <stdio.h>
#define LCD_DATA P0
sbit RS = P2^0;
单片机实现数字温度计的C程序
最新推荐文章于 2023-11-14 18:29:40 发布
#include <reg51.h>
#include <stdio.h>
#define LCD_DATA P0
sbit RS = P2^0;