1 #include<reg52.h> 2 void main(void) 3 { 4 P1=0xaa; 5 while(1) 6 { 7 } 8 }
单片机——间隔点亮LED
原文:http://www.cnblogs.com/zhaoruiqi/p/4358266.html