51小程序--流水燈+花樣燈

  #include <reg51.h> typedef unsigned char u8; typedef unsigned int u16;   #define PORT P1   void delay(unsigned char time) {   unsigned int j = 100000;   for(; time > 0; time--)   for(;j > 0; j--); }
相關文章
相關標籤/搜索