1. 首页
  2. 课程学习
  3. C++/C
  4. 关于液晶1602的c语言程序

关于液晶1602的c语言程序

上传者: 2019-01-07 07:29:18上传 TXT文件 1.08KB 热度 29次
#include #define uchar unsigned char #define uint unsigned int sbit rs=P3^5; sbit lcden=P3^4; sbit dula=P2^6; sbit wela=P2^7; uchar table1[]="qq:747743309"; uchar table2[]="liu ze zheng";
用户评论