#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
- 粉丝: 213
- 资源: 7653
最新资源
- 医疗图像处理:乳腺癌细胞基于RGB-HSV彩色空间模型的高效识别
- 技术资料分享OV7670 software application note很好的技术资料.zip
- 精臣标签机老版本驱动程序
- 第4章 第3讲 随机变量的方差 .pdf
- 技术资料分享OmniVision Technologies Seril Camera Control Bus(SCCB)
- 基于FPGA的智能车牌检测系统设计与实现
- 低照度彩色图像的自适应权重Retinex图像增强算法及其实现
- 基于深度学习的植物图像识别系统
- 技术资料分享nRF24L01中文说明书很好的技术资料.zip
- 技术资料分享NRF24l01模块说明书很好的技术资料.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈