/×××××××××××××××××××××××××××××××××××××××××××××代码如下×××××××××/
#include <reg51.h>
typedef unsigned char uint8;
typedef unsigned int uint16;
void main()
{
uint8 i;
uint16 j;
uint8 ucTmp1;
while(1)
{
ucTmp1 = 0x01;
for(i = 0;i < 8;i++)
{ P1 = ucTmp1;
j = 10000;
while (j--);
ucTmp1 = ucTmp1<<1;
}
}
}
/×××××××××××××××××××××××××××××××××××××××××××××××××××/
警告如下:
lsd.c(1): warning C500: LICENSE ERROR (R207: REGISTRY READ ERROR)
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
一周热门 更多>