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

大家帮我看看这个程序错在那里

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

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

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

×
#include<AT89X51.h>//预处理命令

void main(void)//主函数名
{
unsigned int a;//定意变量a为unsigned int类型
unsigned char b;//定意变量b为unsigned char类型

do
{ //do while组成循环
   for (a=0;a<55535;a++)
P1_0=0;//65535次设P1.0口为低电瓶,点亮LED
    P1_0=1;//设p1.0口为高电瓶,熄灭LED

for (a=0;a<30000;a++);//空循环

for (b=0;b<255;b++)

P1_1=0;//255次设P.1口为低电瓶,点亮LED
P1_1=1;//设P1.1口为高电瓶,熄灭LED

for (a=0;a<30000;a++);//空循环
}
while(1);
}
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

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

GMT+8, 2024-11-23 07:29 , Processed in 0.060267 second(s), 9 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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