#include <REGX52.H>
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i<count;i++)
for(j=0;j<0;j++);
}
main()
{
unsigned char LEDIndex = 0;
bit LEDDirection = 1;
while(1)
{
if(LEDDirection)
P2 = ~(0x01<<LEDIndex);
else
P0 = ~(0x80>>LEDIndex);
if(LEDIndex==7)
LEDDirection = !LEDDirection;
LEDIndex = (LEDIndex+1)%8;
Delay1ms(1000);
}
}
荣华富贵8
- 粉丝: 221
- 资源: 7653
最新资源
- 精选毕设项目-二十四节气小程序.zip
- 精选毕设项目-房地产公司展示.zip
- 精选毕设项目-房贷计算器.zip
- 精选毕设项目-仿ofo共享单车.zip
- 精选毕设项目-仿饿了么.zip
- 精选毕设项目-仿斗鱼直播小程序.zip
- 精选毕设项目-仿哔哩哔哩.zip
- 精选毕设项目-仿拉钩App小程序.zip
- 精选毕设项目-仿美团外卖.zip
- 精选毕设项目-服装供销商城小程序.zip
- 精选毕设项目-疯狂吃月饼(node+mysql).zip
- 精选毕设项目-购物节抽奖小程序.zip
- 精选毕设项目-个人音乐台.zip
- 数据库系统基础理论与数据模型关键技术详解
- 精选毕设项目-股票分时图K线图小程序.zip
- 精选毕设项目-光影娱乐带后台.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈