版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、 基于51单片机的心形流水灯视频地址/v_show/id_XNDgzNDI4NjQ4.html新手焊接、技术有限。振荡电路藏于单片机下。30个led灯并联未加电阻。供电采用移动电源内置的锂电池从生日蜡烛上拆下来的电路。共用一个开关。附源程序:C语言#includeunsigned int x,y;void delayms(unsigned int z) /延时程序 unsigned int i,j; for(i=z;i0;i-) for(j=110;j0;j-);/*-*/ void Offall() /开启所有灯 P0=0x00; P1=0x00; P2=0
2、x00; P3=0x00;/*-*/void Onall()/关闭所有灯 P0=0xff; P1=0xff; P2=0xff; P3=0xff;/*-*/void ls()/等时流水灯 P0=0x00; 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=0x00;
3、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; P3=0x00; P3=0x80; delayms(50) ; P3=0x40; delayms(50); P3=0x20; delayms(50) ; P3=0x10; delayms(50) ; P3=0x08; d
4、elayms(50) ; P3=0x04; delayms(50); P3=0x02; delayms(50) ; P3=0x01; delayms(50); P3=0x00; P1=0x00; P1=0x80; delayms(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; P0=0x01; del
5、ayms(50); P0=0x00;/*-*/void fxls()/反向等时流水灯 P0=0x00; P0=0x01; delayms(50); P0=0x00; P1=0x00; P1=0x01;delayms(50); P1=0x02;delayms(50); 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=0x00; P3=0x01;delayms(50); P3
6、=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(50);P3=0x00; P2=0x00; P2=0x01;delayms(50); P2=0x02;delayms(50); P2=0x04;delayms(50); P2=0x08;delayms(50); P2=0x10;delayms(50); P2=0x20;delayms(50); P2=0x40;dela
7、yms(50); P2=0x80;delayms(50);P2=0x00; P0=0x00; P0=0x80;delayms(50); P0=0x40;delayms(50); P0=0x20;delayms(50); P0=0x10;delayms(50); P0=0x08;delayms(50); P0=0x04;delayms(50); P0=0x02;delayms(50); P0=0x01;delayms(50);P0=0x00; /*-*/void bsb()/半双边流水 由上至下 Offall(); P0=0x01;delayms(50); P0=0x02;P1=0x01;del
8、ayms(50); P0=0x04;P1=0x02;delayms(50); P0=0x08;P1=0x04;delayms(50); P0=0x10;P1=0x08;delayms(50); P0=0x20;P1=0x10;delayms(50); P0=0x40;P1=0x20;delayms(50); P0=0x80;P1=0x40;delayms(50);P0=0x00; P2=0x80;P1=0x80;delayms(50);P1=0x00; P2=0x40;P3=0x01;delayms(50); P2=0x20;P3=0x02;delayms(50); P2=0x10;P3=0x
9、04;delayms(50); P2=0x08;P3=0x08;delayms(50); P2=0x04;P3=0x10;delayms(50); P2=0x02;P3=0x20;delayms(50); P2=0x01;P3=0x40;delayms(50);Offall(); P3=0x80;delayms(50);Offall(); /*-*/void fbsb() /半双边流水 由下至上 Offall(); P3=0x80;delayms(50); P2=0x01;P3=0x40;delayms(50); P2=0x02;P3=0x20;delayms(50); P2=0x04;P3=
10、0x10;delayms(50);P2=0x08;P3=0x08;delayms(50);P2=0x10;P3=0x04;delayms(50);P2=0x20;P3=0x02;delayms(50);P2=0x40;P3=0x01;delayms(50);Offall();P2=0x80;P1=80;delayms(50);Offall();P0=0x80;P1=0x40;delayms(50);P0=0x40;P1=0x20;delayms(50);P0=0x20;P1=0x10;delayms(50);P0=0x10;P1=0x08;delayms(50);P0=0x08;P1=0x04
11、;delayms(50);P0=0x04;P1=0x02;delayms(50);P0=0x02;P1=0x01;delayms(50);Offall();P0=0x01;Offall();void zxsz() /正向生长 Offall();P0=0x01;delayms(50);P0=0x03;delayms(50);P0=0x07;delayms(50);P0=0x0f;delayms(50);P0=0x1f;delayms(50);P0=0x3f;delayms(50);P0=0x7f;delayms(50);P0=0xff;delayms(50);P2=0x80;delayms(50
12、);P2=0xc0;delayms(50);P2=0xe0;delayms(50);P2=0xf0;delayms(50);P2=0xf8;delayms(50);P2=0xfc;delayms(50);P2=0xfe;delayms(50);P2=0xff;delayms(50);P3=0x80;delayms(50);P3=0xc0;delayms(50);P3=0xe0;delayms(50);P3=0xf0;delayms(50);P3=0xf8;delayms(50);P3=0xfc;delayms(50);P3=0xfe;delayms(50);P3=0xff;delayms(50
13、);P1=0x80;delayms(50);P1=0xc0;delayms(50);P1=0xe0;delayms(50);P1=0xf0;delayms(50);P1=0xf8;delayms(50);P1=0xfc;delayms(50);P1=0xfe;delayms(50);P1=0xff;delayms(50);/*-*/void fxsz() /反向生长 Offall();P0=0x01;delayms(50);P1=0x01;delayms(50);P1=0x03;delayms(50);P1=0x07;delayms(50);P1=0x0f;delayms(50);P1=0x1
14、f;delayms(50);P1=0x3f;delayms(50);P1=0x7f;delayms(50);P1=0xff;delayms(50);P3=0x01;delayms(50);P3=0x03;delayms(50);P3=0x07;delayms(50);P3=0x0f;delayms(50);P3=0x1f;delayms(50);P3=0x3f;delayms(50);P3=0x7f;delayms(50);P3=0xff;delayms(50);P2=0x01;delayms(50);P2=0x03;delayms(50);P2=0x07;delayms(50);P2=0x0
15、f;delayms(50);P2=0x1f;delayms(50);P2=0x3f;delayms(50);P2=0x7f;delayms(50);P2=0xff;delayms(50);P0=0x81;delayms(50);P0=0xc1;delayms(50);P0=0xe1;delayms(50);P0=0xf1;delayms(50);P0=0xf9;delayms(50);P0=0xfd;delayms(50);P0=0xff;delayms(50);/*-*/void zxsw() /正向死亡 Onall();P0=0xfd;delayms(50);P0=0xf9;delayms
16、(50);P0=0xf1;delayms(50);P0=0xf0;delayms(50);P0=0xe1;delayms(50);P0=0xc1;delayms(50);P0=0x81;delayms(50);P0=0x01;delayms(50);P2=0x7f;delayms(50);P2=0x3f;delayms(50);P2=0x1f;delayms(50);P2=0x0f;delayms(50);P2=0x07;delayms(50);P2=0x03;delayms(50);P2=0x01;delayms(50);P2=0x00;delayms(50);P3=0x7f;delayms
17、(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=0x07;delayms(50);P1=0x03;delayms(50);P1=0x01;delayms(50);P1=0x00;delayms
18、(50);P0=0x00;delayms(50);/*-*/void fxsw() /反向死亡 Onall();P1=0xfe;delayms(50);P1=0xfc;delayms(50);P1=0xf8;delayms(50);P1=0xf0;delayms(50);P1=0xe0;delayms(50); 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=
19、0xe0;delayms(50);P3=0xc0;delayms(50);P3=0x80;delayms(50);P3=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);P2=0x80;delayms(50);P2=0x00;delayms(50);P0=0x7f;delayms(50);P0=0x3f;delayms(50);P0=0x1f;delayms(50);P0=
20、0x0f;delayms(50);P0=0x07;delayms(50);P0=0x03;delayms(50);P0=0x01;delayms(50);P0=0x00;delayms(50); /*-*/void bbs()/半边交替闪 Offall();P0=0x00;P2=0xff;P3=0x80;delayms(200);Offall();P0=0xfe;P1=0xff;P3=0xff;delayms(200);/*-*/void sxs()/上下交替闪Offall();P1=0xff;P0=0x00;P2=0x80;delayms(200);Offall();P2=0x7f;P3=0xff;delayms(200);void cx() /出现一点点Offall();delayms(1000);P0=0x00;P2=0x00;P1=0x40;P3=0x00;delayms(1000);P0=0x20;P2=0x40;P1=0x40;P3=0x00;delayms(1000);P0=0x24;P2=0x42;P1=0x40;P3=0x04;delayms(1000);P0=0xa6;P2=0x5a;P1=0x52;P3=0x6
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 二零二五版建筑工程主体承包合同(含建筑垃圾资源化处理)范本6篇
- 二零二五年度食堂服务员派遣合同2篇
- 二零二五年度二手搅拌设备二手交易碳排放交易合同3篇
- 二零二五年进出口货物检验检疫合同3篇
- 二零二五版房屋抵押贷款合同样本编制指南6篇
- 石场生产线承包合同2025年度规范文本6篇
- 标题14:2025年度网络安全监测与预警服务合同2篇
- 二零二五年技术转让合同具体条款2篇
- 二零二五年度酒吧经营场所租赁合同范本(专业解析版)2篇
- 二零二五年度建筑工地环境监测与节能管理系统合同3篇
- EPC总承包项目中的质量管理体系
- 沪教版小学语文古诗(1-4)年级教材
- 外科医生年终述职总结报告
- 横格纸A4打印模板
- CT设备维保服务售后服务方案
- 重症血液净化血管通路的建立与应用中国专家共识(2023版)
- 儿科课件:急性细菌性脑膜炎
- 柜类家具结构设计课件
- 陶瓷瓷砖企业(陶瓷厂)全套安全生产操作规程
- 煤炭运输安全保障措施提升运输安全保障措施
- JTGT-3833-2018-公路工程机械台班费用定额
评论
0/150
提交评论