摘要: 单片机4*4按键数码管显示0-9#include#define KEY P1 //键盘#define SEG P0 //数码管sbit COM=P2^0; // 数码管comsbit OC = P2^1;//573锁存器 char code TAB[]={//0xc0,0xf9,0x... 阅读全文
posted @ 2015-11-29 21:58 zhaocundang 阅读(1315) 评论(0) 推荐(0)