来回流水灯程序 #include typedef unsigned char uint8; typedef unsigned int uint16; sbit ENLED = P1^4; sbit ADDR0 = P1^0; sbit ADDR1 = P1^1; sbit ADDR2 = P1^2; sbit A