文档简介
标签:
16KEYB
16KEY-B的可执行程序 /*******************************************************************/ /* */ /* 单片机开发系统演示程序 - 矩阵键盘键值显示 */ /* */ /* 一位数码管显示 */ /* */ /*******************************************************************/ #include <reg51.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int uchar table[17]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82, //0,1,2,3,4,5,6 0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e,0xBF};//7,8,9,A,B,C,D,E,F,
评论
加载更多
推荐下载
查看更多
精选文集
相关视频
推荐帖子