欢迎来到天天文库
浏览记录
ID:39348435
大小:145.42 KB
页数:16页
时间:2019-07-01
《32LED心形灯程序源代码(包含仿真图)》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、#includeunsignedintm=1;voiddelayms(intn)//延时{inti;for(;n>0;n--)for(i=330;i>0;i--);}voidway1()//花样1:32个LED灯同时从灭到亮{intk;k=m+5;while(k){inti=5,j=5;for(;j>0;j--)P0=0X00;P1=0X00;P2=0X00;P3=0X00;delayms(200);for(;i>0;i--)P0=0Xff;P1=0Xff;P2=0Xff;P3=0Xff;delayms(200);k--;}}voidway2()//花样2:交叉点亮,从右
2、往左依次点亮,再依返回。{unsignedintk;unsignedchartemp,temp1,sum=0;unsignedinti,j;k=m;while(k){for(j=2;j>0;j--){P0=0X00;P1=0X00;P2=0X00;P3=0X00;//r->ldelayms(500);P0=0Xff;P1=0Xff;P2=0xff;P3=0xff;temp=0x01;for(i=0;i<9;i++){P0=~temp;delayms(70);temp=temp<<1;}temp=0x01;for(i=0;i<9;i++){P2=~temp;delayms(70);temp=
3、temp<<1;}temp=0x01;for(i=0;i<9;i++){P3=~temp;delayms(70);temp=temp<<1;}temp=0x01;for(i=0;i<9;i++){P1=~temp;delayms(70);temp=temp<<1;}P0=0X00;P1=0X00;P2=0X00;P3=0X00;//l->rdelayms(500);P0=0Xff;P1=0Xff;P2=0xff;P3=0xff;temp=0x80;for(i=0;i<9;i++){P1=~temp;delayms(70);temp=temp>>1;}temp=0x80;for(i=0;i<
4、9;i++){P3=~temp;delayms(70);temp=temp>>1;}temp=0x80;for(i=0;i<9;i++){P2=~temp;delayms(70);temp=temp>>1;}temp=0x80;for(i=0;i<9;i++){P0=~temp;delayms(70);temp=temp>>1;}P0=0X00;P1=0X00;P2=0X00;P3=0X00;delayms(500);P0=0Xff;P1=0Xff;P2=0xff;P3=0xff;temp=0x01;temp1=0x80;for(i=0;i<9;i++){P0=~temp;P1=~temp
5、1;temp=temp<<1;temp1=temp1>>1;delayms(70);}temp=0x01;temp1=0x80;for(i=0;i<9;i++){P2=~temp;P3=~temp1;temp=temp<<1;temp1=temp1>>1;delayms(70);}temp=0x01;temp1=0x80;for(i=0;i<9;i++){P3=~temp;P2=~temp1;temp=temp<<1;temp1=temp1>>1;delayms(70);}temp=0x01;temp1=0x80;for(i=0;i<9;i++){P1=~temp;P0=~temp1;te
6、mp=temp<<1;temp1=temp1>>1;delayms(70);}}k--;}}voidway3(){unsignedinti,sum,sum1,k,temp1;unsignedinttemp=0x01;k=m;P0=0Xff;//两边同时向下闪P1=0Xff;P2=0xff;P3=0xff;while(k){temp1=0xfe;temp=0x7f;sum=0;for(i=0;i<8;i++){P0=temp1;P1=temp;delayms(100);temp1=temp1<<1;temp=temp>>1;}temp1=0xfe;temp=0x7f;sum=0;for(i=
7、0;i<8;i++){P2=temp1;P3=temp;delayms(100);temp1=temp1<<1;temp=temp>>1;}P0=0X00;//全亮P1=0X00;P2=0x00;P3=0x00;delayms(100);temp=0x01;//返回temp1=0x80;sum=0;sum1=0;for(i=0;i<8;i++){sum=sum+temp;P3=sum;temp=temp<<1;sum1=
此文档下载收益归作者所有