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

我这个LED循环有问题,大师们帮我看看

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

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

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

×
#include <reg52.h>
void delay1(unsigned int ms)
{
unsigned int a;
while(ms)
{
for (a=0;a<10000;a++);
ms--;
}
}
void main(void)
{
unsigned int LEDF[8]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f};
unsigned int LED,i,j;
LED=0x00;
P2=LED;

do{
for (i=0;i<8;i++)
{
delay1(10);
P2=LEDF[i];
}

for (j=7;j>=0;j--)
{
delay1(10);
P2=LEDF[j];
}

}while(1);
}

大家帮我看看,这个程序只循环一次,后面就长亮着灯,谢谢大家了
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

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

GMT+8, 2024-11-25 07:07 , Processed in 0.054577 second(s), 10 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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