上程序、电路图,才能看出问题
直接轮流输出0x80 0x20 0x08 0x02即可 假设LED接P1口 高电平灯亮 程序语句如下: P1=0x02; delayms(200); P1=0x08; delayms(200); P1=0x20; delayms(200); P1=0x80; delayms(200);