欢迎来到天天文库
浏览记录
ID:47502934
大小:150.20 KB
页数:16页
时间:2020-01-12
《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
2、;delayms(200);k--;}}voidway2()//花样2:交叉点亮,从右往左依次点亮,再依返回。{unsignedintk;unsignedchartemp,temp1,sum=0;unsignedinti,j;k=m;while(k){for(j=2;j>0;j--)word教育资料.{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
3、;i++){P0=~temp;delayms(70);temp=temp<<1;}temp=0x01;for(i=0;i<9;i++){P2=~temp;delayms(70);temp=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=0X
4、00;//l->rdelayms(500);P0=0Xff;P1=0Xff;P2=0xff;P3=0xff;word教育资料.temp=0x80;for(i=0;i<9;i++){P1=~temp;delayms(70);temp=temp>>1;}temp=0x80;for(i=0;i<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=0x
5、80;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;word教育资料.P1=~temp1;temp=temp<<1;temp1=temp1>>1;delayms(70);}temp=0x01;temp1=0
6、x80;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;temp=temp<<1;temp1=t
7、emp1>>1;delayms(70);}}k--;}}voidway3(){unsignedinti,sum,sum1,k,temp1;unsignedinttemp=0x01;k=m;word教育资料.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;}
8、temp1=0xfe;temp=0x7f;sum=0;for(i=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++){s
此文档下载收益归作者所有