灯码专题

流水灯 附 超炫20模式带拖尾LED流水灯码

1.0 基础系列 1.1函数 #include <reg52.h> #include <intrins.h> #define uchar unsigned char #define uint unsigned int void delay (uint x) { uint i; for(i=x;i>0;i--); } void main () { int i=0xfe; while(1) {