基于单片机的流水灯

时间:2015-01-28 04:42:10
【文件属性】:

文件名称:基于单片机的流水灯

文件大小:48KB

文件格式:DOC

更新时间:2015-01-28 04:42:10

单片机流水灯

#include#include //sbit LED1=P1^1;//sfr LED2=P2;unsigned char a;unsigned int b;unsigned int c;unsigned int d;void delay(int z);void main(){while(1){ for(a=0x01;a!=0x00;a=a*2) { P2=~a; delay(2); } d=0x08;


网友评论