LCD1602显示接收的串口通讯字串
摘要:
#include typedef unsigned int uint; typedef unsigned char uchar; void delay(uint z){ uint x,y; for(x=z;x>0;--x) for(y=110;y>0;--y); } uchar posit = 0x00; sbit lcd_en_port=P3^4; sbit lcd_rs... 阅读全文
posted @ 2011-01-03 23:41
盐味
阅读(984)
评论(0)
推荐(0)
浙公网安备 33010602011771号