色婷婷AⅤ一区二区三区|亚洲精品第一国产综合亚AV|久久精品官方网视频|日本28视频香蕉

          新聞中心

          EEPW首頁(yè) > 光電顯示 > 設(shè)計(jì)應(yīng)用 > 流水燈電路圖和程序

          流水燈電路圖和程序

          作者: 時(shí)間:2010-03-05 來(lái)源:網(wǎng)絡(luò) 收藏

          本文引用地址:http://cafeforensic.com/article/169350.htm

          #include reg52.h>

          #includeinstrins.h>

          #define uchar unsigned char

          #define uint unsigned int

          uchar code led[]={0xfe,0xfb,0xfd ,0xf7,0xef,0xbf,0xdf,0x7f};

          delay(uint z)

          {

          uint x,y;

          for(x=z;x>0;x--)

          for(y=110;y>0;y--);

          }

          main( )

          {

          uint i;

          while(1)

          {

          P2=led[];

          delay(500);

          _crol_(led,1);

          }

          }



          關(guān)鍵詞: 程序 電路圖 流水

          評(píng)論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉