#include
#define uint unsigned int
#define uchar unsigned char
uchar code table[]={0xfe,0xfd,0xfc,0xf7,0xef,0xdf,0xcf,0x7f,1};
uchar keyscan();
uchar temp,num;
void delay(uint z)
{
uint x,y;
for(x=z;x>0;x--)
for(y=110;y>0;y--);
}
void display(uchar aa)
{
P0=table[aa-1];
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
管理员回复: 感谢您的反馈,现在可以下载了 收起回复