自己在自学,根据教程编了个程序,但是编译不了有问题,不知道哪里错了,请教各位大神指教下。
#include<reg52.h>
#define uint unsigned int
void delayms(uint x)
{
uint i,j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
void main()
{
uint a;
P1=0xfe;
for(a=8;a>0;a--)
{
P1<<=1;
delayms(500);
}
}
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
一周热门 更多>