刚刚写了一个简单的程序就出错了,而且不知道错在哪
#include<reg51.h>
void Delay (unsigned int a);
sbit LED1=P2^0;
void Delay(unsigned int a)//0~65535
{
unsigned char b;
for(;a>0;a--)
{
for(b=110;b>0;b--);
}
}
void main()
{
while(1)
{
LED1=0;
Delay (5000);
LED1=1;
Delay(5000);
}
}
多谢分享,赞。。。
谢谢啦
不会吧,肿么简短的。。。
一周热门 更多>