找回密码
 注册会员
更新自动建库工具PCB Footprint Expert 2024.04 Pro / Library Expert 破解版

请高手帮忙检查下,谢谢。我刚开始学单片机

[复制链接]
admin 发表于 2012-9-2 09:31:43 | 显示全部楼层 |阅读模式

本文包含原理图、PCB、源代码、封装库、中英文PDF等资源

您需要 登录 才可以下载或查看,没有账号?注册会员

×
#include<reg52.h>
#define uchar unsigned char
#define uint unsigned int
void delayms(uint xms)
{ uint i,j;
for(i=xms;i>0;i--)
for(j=110;j>0;j--);
}
void main()
{ uchar temp,aa;
P3=0xfe;
temp=P3;
temp=temp&0xf0;
if(temp!=0xf0)
{
delayms(10);
temp=P3;
temp=temp&0xf0;
if(temp!=0xf0)
{ temp=P3;
switch(temp)
{
case 0xee:
aa=0xfe;
break;
case 0xde:
aa=0xfd;
break;
case 0xbe:
aa=0xfb;
break;
case 0x7e:
aa=0xf7;
break;
}
while(temp!=0xf0)
{
temp=P3;
temp=temp&0xf0;
}

P1=aa;
}
}

P3=0xfd;
temp=P3;
temp=temp&0xf0;
if(temp!=0xf0)
{
delayms(10);
temp=P3;
temp=temp&0xf0;
if(temp!=0xf0)
{
temp=P3;
switch(temp)
{ case 0xed:
aa=0xef;
break;
case 0xdd:
aa=0xdf;
break;
case 0xbd:
aa=0xbf;
break;
case 0x7d:
aa=0x7f;
break;
}
while(temp!=temp&0xf0)
{
temp=P3;
temp=temp&0xf0);
}
P1=aa;
}
}
}
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

QQ|手机版|MCU资讯论坛 ( 京ICP备18035221号-2 )|网站地图

GMT+8, 2024-11-24 14:05 , Processed in 0.053455 second(s), 10 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表