全新论坛MCU智学网上线,欢迎访问新论坛!稀缺资源、技术干货、参考设计、原厂资料尽在MCU智学网
更新自动建库工具PCB Footprint Expert 2024.04 Pro / Library Expert 破解版

流水灯的问题

[复制链接]
1076 0

本文包含原理图、PCB、源代码、封装库、中英文PDF等资源

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
我写好了程序,但中间for语句比较繁杂,可以用简单的语句代替吗?
#include<reg52.h>
#include <intrins.h>
#define uint unsigned int
#define uchar unsigned char
uchar temp;
uint m;
void delay(uint);
void main()
{
while(1)
{
temp=0x01;
P0=temp;
for(m=8;m>0;m--)
{
temp=_crol_(temp,1);
delay(600);
P0=temp;
}
temp=0x03;
P0=temp;
for(m=7;m>0;m--)
{
temp=_crol_(temp,1);
delay(600);
P0=temp;
}
temp=0x07;
P0=temp;
for(m=6;m>0;m--)
{

temp=_crol_(temp,1);
delay(600);
P0=temp;
}
temp=0x0f;
P0=temp;
for(m=5;m>0;m--)
{

temp=_crol_(temp,1);
delay(600);
P0=temp;
}
temp=0x1f;
P0=temp;
for(m=4;m>0;m--)
{
temp=_crol_(temp,1);
delay(600);
P0=temp;
}
temp=0x3f;
P0=temp;
for(m=3;m>0;m--)
{

temp=_crol_(temp,1);
delay(600);
P0=temp;
}
temp=0x7f;
P0=temp;
for(m=2;m>0;m--)
{
temp=_crol_(temp,1);
delay(600);
P0=temp;
}
temp=0xff;
P0=temp;
for(m=1;m>0;m--)
{
temp=_crol_(temp,1);
delay(600);
P0=temp;
}
}
}
void delay(uint z)
{
uint x,y;
for(x=100;x>0;x--)
for(y=z;y>0;y--);
}

举报

回复
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

打开支付宝扫一扫,最高立得1212元红包
搜索

图文热点

更多

社区学堂

更多

客服中心

QQ:187196467 服务时间:周一至周日 8:30-20:30

关注我们

关于我们
关于我们
友情链接
联系我们
帮助中心
网友中心
购买须知
支付方式
服务支持
资源下载
售后服务
定制流程
关注我们
官方微博
官方空间
官方微信
快速回复 返回顶部 返回列表