收藏 分销(赏)

基于51单片机心形流水灯C语言源程序.doc

上传人:天**** 文档编号:3923899 上传时间:2024-07-23 格式:DOC 页数:16 大小:38.04KB
下载 相关 举报
基于51单片机心形流水灯C语言源程序.doc_第1页
第1页 / 共16页
基于51单片机心形流水灯C语言源程序.doc_第2页
第2页 / 共16页
基于51单片机心形流水灯C语言源程序.doc_第3页
第3页 / 共16页
基于51单片机心形流水灯C语言源程序.doc_第4页
第4页 / 共16页
基于51单片机心形流水灯C语言源程序.doc_第5页
第5页 / 共16页
点击查看更多>>
资源描述

1、includereg51。h unsigned intx,y; void delayms(unsigned int z) /延时unsigned inti,j; for(i=z;i0;i-) for(j=150;j0;j-); void On_all() /开启所有灯 P0=0x00; P1=0x00; P2=0x00; P3=0x00; void Off_all()/关闭所有灯 P0=0xff; P1=0xff; P2=0xff; P3=0xff; void ls()/正向流水灯 P0=0x00; delayms(400);P2=0x00; delayms(400);P3=0x00; del

2、ayms(400);P1=0x00; delayms(400); P0=0x01; delayms(50); P0=0x02; delayms(50); P0=0x04; delayms(50); P0=0x08; delayms(50); P0=0x10; delayms(50); P0=0x20; delayms(50); P0=0x40; delayms(50); P0=0x80; delayms(50); P0=0x00; P2=0x01; delayms(50); P2=0x02; delayms(50); P2=0x04; delayms(50); P2=0x08; delayms

3、(50); P2=0x10; delayms(50); P2=0x20; delayms(50); P2=0x40; delayms(50); P2=0x80; delayms(50); P2=0x00; P3=0x80; delayms(50); P3=0x40; delayms(50); P3=0x20; delayms(50);P3=0x10; delayms(50); P3=0x08; delayms(50); P3=0x04; delayms(50); P3=0x02; delayms(50); P3=0x01; delayms(50); P3=0x00; P1=0x80; dela

4、yms(50); P1=0x40; delayms(50); P1=0x20; delayms(50); P1=0x10; delayms(50); P1=0x08; delayms(50); P1=0x04; delayms(50); P1=0x02; delayms(50); P1=0x01; delayms(50); P1=0x00;Off_all();P0=0xfe; delayms(50);P0=0xfd; delayms(50);P0=0xfb; delayms(50); P0=0xf7; delayms(50); P0=0xef; delayms(50); P0=0xdf; de

5、layms(50); P0=0xbf; delayms(50); P0=0x7f; delayms(50); P0=0xff;P2=0xfe; delayms(50);P2=0xfd; delayms(50);P2=0xfb; delayms(50); P2=0xf7; delayms(50); P2=0xef; delayms(50); P2=0xdf; delayms(50); P2=0xbf; delayms(50); P2=0x7f; delayms(50); P2=0xff;P3=0x7f; delayms(50);P3=0xbf; delayms(50);P3=0xdf; dela

6、yms(50); P3=0xef; delayms(50); P3=0xf7; delayms(50); P3=0xfb; delayms(50); P3=0xfd; delayms(50);P3=0xfe; delayms(50); P3=0xff; P1=0x7f; delayms(50);P1=0xbf; delayms(50);P1=0xdf; delayms(50); P1=0xef; delayms(50); P1=0xf7; delayms(50); P1=0xfb; delayms(50); P1=0xfd; delayms(50);P1=0xfe; delayms(50);P

7、1=0xff;P0=0xfe; delayms(50);P0=0xfc; delayms(50);P0=0xf8; delayms(50);P0=0xf0; delayms(50);P0=0xe0; delayms(50);P0=0xc0; delayms(50);P0=0x80; delayms(50);P0=0x00; delayms(50);P2=0xfe; delayms(50);P2=0xfc; delayms(50);P2=0xf8; delayms(50);P2=0xf0; delayms(50);P2=0xe0; delayms(50);P2=0xc0; delayms(50)

8、;P2=0x80; delayms(50);P2=0x00; delayms(50); P3=0x7f; delayms(50);P3=0x3f; delayms(50);P3=0x1f; delayms(50);P3=0x0f; delayms(50);P3=0x07; delayms(50);P3=0x03; delayms(50);P3=0x01; delayms(50);P3=0x00; delayms(50);P1=0x7f; delayms(50);P1=0x3f; delayms(50);P1=0x1f; delayms(50);P1=0x0f; delayms(50);P1=0

9、x07; delayms(50);P1=0x03; delayms(50);P1=0x01; delayms(50);P1=0x00; delayms(50); void fan_ls()/反向流水灯 Off_all(); delayms(300);On_all(); delayms(300);Off_all(); delayms(300);P1=0x00;delayms(400); P3=0x00;delayms(400); P2=0x00;delayms(400); P0=0x00;delayms(400); P1=0x01;delayms(50); P1=0x02;delayms(50)

10、; P1=0x04;delayms(50); P1=0x08;delayms(50); P1=0x10;delayms(50); P1=0x20;delayms(50); P1=0x40;delayms(50); P1=0x80;delayms(50);P1=0x00; P3=0x01;delayms(50); P3=0x02;delayms(50); P3=0x04;delayms(50); P3=0x08;delayms(50); P3=0x10;delayms(50); P3=0x20;delayms(50); P3=0x40;delayms(50); P3=0x80;delayms(5

11、0);P3=0x00; P2=0x80;delayms(50);P2=0x40;delayms(50); P2=0x20;delayms(50); P2=0x10;delayms(50);P2=0x08;delayms(50); P2=0x04;delayms(50); P2=0x02;delayms(50); P2=0x01;delayms(50);P2=0x00; P0=0x80;delayms(50); P0=0x40;delayms(50); P0=0x20;delayms(50); P0=0x10;delayms(50); P0=0x08;delayms(50); P0=0x04;d

12、elayms(50); P0=0x02;delayms(50); P0=0x01;delayms(50);P0=0x00;Off_all();P1=0xfe; delayms(50);P1=0xfd; delayms(50);P1=0xfb; delayms(50); P1=0xf7; delayms(50); P1=0xef; delayms(50); P1=0xdf; delayms(50); P1=0xbf; delayms(50); P1=0x7f; delayms(50);P1=0xff;P3=0xfe; delayms(50);P3=0xfd; delayms(50);P3=0xf

13、b; delayms(50); P3=0xf7; delayms(50); P3=0xef; delayms(50); P3=0xdf; delayms(50); P3=0xbf; delayms(50); P3=0x7f; delayms(50);P3=0xff;P2=0x7f; delayms(50);P2=0xbf; delayms(50); P2=0xdf; delayms(50);P2=0xef; delayms(50); P2=0xf7; delayms(50);P2=0xfb; delayms(50); P2=0xfd; delayms(50); P2=0xfe; delayms

14、(50);P2=0xff;P0=0x7f; delayms(50);P0=0xbf; delayms(50); P0=0xdf; delayms(50);P0=0xef; delayms(50); P0=0xf7; delayms(50);P0=0xfb; delayms(50); P0=0xfd; delayms(50); P0=0xfe; delayms(50);P0=0xff; P1=0xfe; delayms(50);P1=0xfc; delayms(50); P1=0xf8; delayms(50);P1=0xf0; delayms(50); P1=0xe0; delayms(50)

15、;P1=0xc0; delayms(50); P1=0x80; delayms(50); P1=0x00; delayms(50);P3=0xfe; delayms(50);P3=0xfc; delayms(50); P3=0xf8; delayms(50);P3=0xf0; delayms(50); P3=0xe0; delayms(50);P3=0xc0; delayms(50); P3=0x80; delayms(50); P3=0x00; delayms(50);P2=0x7f; delayms(50);P2=0x3f; delayms(50); P2=0x1f; delayms(50

16、);P2=0x0f; delayms(50); P2=0x07; delayms(50);P2=0x03; delayms(50); P2=0x01; delayms(50); P2=0x00; delayms(50);P0=0x7f; delayms(50);P0=0x3f; delayms(50); P0=0x1f; delayms(50);P0=0x0f; delayms(50); P0=0x07; delayms(50);P0=0x03; delayms(50); P0=0x01; delayms(50); P0=0x00; delayms(50);Off_all();On_all()

17、;Off_all();On_all();Off_all();void ban_shan()/半边交替闪Off_all();P1=0x00;P3=0x00;delayms(50);P0=0xff;P2=0xff;delayms(50);P1=0xff;P3=0xff;delayms(50);P0=0x00;P2=0x00;delayms(50);P1=0x00;P3=0x00;delayms(50);P0=0xff;P2=0xff;delayms(50);P1=0xff;P3=0xff;delayms(50);P0=0x00;P2=0x00;delayms(50);P1=0x00;P3=0x00

18、;delayms(50);P0=0xff;P2=0xff;delayms(50);P1=0xff;P3=0xff;delayms(50);P0=0x00;P2=0x00;delayms(50);P1=0x00;P3=0x00;delayms(50);P0=0xff;P2=0xff;delayms(50);P1=0xff;P3=0xff;delayms(50);P0=0x00;P2=0x00;delayms(50);P1=0x00;P3=0x00;delayms(50);P0=0xff;P2=0xff;delayms(50);P1=0xff;P3=0xff;delayms(50);P0=0x00

19、;P2=0x00;delayms(50); void shangxia_shan()/上下交替闪 On_all();Off_all();P0=0x00;P1=0x00;delayms(50);P2=0xff;P3=0xff;delayms(50);P0=0xff;P1=0xff;delayms(50);P2=0x00;P3=0x00;delayms(50);P0=0x00;P1=0x00;delayms(50);P2=0xff;P3=0xff;delayms(50);P0=0xff;P1=0xff;delayms(50);P2=0x00;P3=0x00;delayms(50);P0=0x00;

20、P1=0x00;delayms(50);P2=0xff;P3=0xff;delayms(50);P0=0xff;P1=0xff;delayms(50);P2=0x00;P3=0x00;delayms(50);P0=0x00;P1=0x00;delayms(50);P2=0xff;P3=0xff;delayms(50);P0=0xff;P1=0xff;delayms(50);P2=0x00;P3=0x00;delayms(50);P0=0x00;P1=0x00;delayms(50);P2=0xff;P3=0xff;delayms(50);P0=0xff;P1=0xff;delayms(50);

21、P2=0x00;P3=0x00;delayms(50); void huayang_shan()/花样闪烁On_all();delayms(400);P0=0xff;P2=0x00;P3=0x00;P1=0x00;delayms(200);P0=0x00;P2=0xff;P3=0x00;P1=0x00;delayms(200);P0=0x00;P2=0x00;P3=0xff;P1=0x00;delayms(200);P0=0x00;P2=0x00;P3=0x00;P1=0xff;delayms(200);P0=0x00;P2=0x00;P3=0xff;P1=0x00;delayms(200);

22、P0=0x00;P2=0xff;P3=0x00;P1=0x00;delayms(200);P0=0xff;P2=0x00;P3=0x00;P1=0x00;delayms(200);On_all();delayms(400);P0=0x00;P2=0x00;P3=0x00;P1=0xff;delayms(200);P0=0x00;P2=0x00;P3=0xff;P1=0x00;delayms(200);P0=0x00;P2=0xff;P3=0x00;P1=0x00;delayms(200);P0=0xff;P2=0x00;P3=0x00;P1=0x00;delayms(200);P0=0x00;

23、P2=0xff;P3=0x00;P1=0x00;delayms(200);P0=0x00;P2=0x00;P3=0xff;P1=0x00;delayms(200);P0=0x00;P2=0x00;P3=0x00;P1=0xff;delayms(200);On_all();delayms(400);Off_all();delayms(400);P0=0x00;delayms(200);P3=0x00;delayms(200);P1=0x00;delayms(200);P2=0x00;delayms(200);On_all();delayms(400);Off_all();delayms(400)

24、;P1=0x00;delayms(200);P2=0x00;delayms(200);P0=0x00;delayms(200);P3=0x00;delayms(200);On_all();delayms(400);Off_all();delayms(50);On_all();delayms(50);Off_all();delayms(50);On_all();delayms(50);Off_all();delayms(50);void main() On_all(); delayms(300);Off_all(); delayms(300); On_all(); delayms(300);Off_all(); delayms(300);On_all(); delayms(300);Off_all(); delayms(300);ls(); /正向流水 fan_ls(); /反向流水ban_shan(); /半边交替闪shangxia_shan(); /上下交替闪烁huayang_shan();/ 花样闪烁

展开阅读全文
部分上传会员的收益排行 01、路***(¥15400+),02、曲****(¥15300+),
03、wei****016(¥13200+),04、大***流(¥12600+),
05、Fis****915(¥4200+),06、h****i(¥4100+),
07、Q**(¥3400+),08、自******点(¥2400+),
09、h*****x(¥1400+),10、c****e(¥1100+),
11、be*****ha(¥800+),12、13********8(¥800+)。
相似文档                                   自信AI助手自信AI助手
百度文库年卡

猜你喜欢                                   自信AI导航自信AI导航
搜索标签

当前位置:首页 > 学术论文 > 其他

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        获赠5币

©2010-2024 宁波自信网络信息技术有限公司  版权所有

客服电话:4008-655-100  投诉/维权电话:4009-655-100

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :gzh.png    weibo.png    LOFTER.png 

客服