<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > GCC AVR實(shí)驗(yàn)之一:流水燈

          GCC AVR實(shí)驗(yàn)之一:流水燈

          作者: 時(shí)間:2016-11-25 來(lái)源:網(wǎng)絡(luò) 收藏
          /**********************************************************************
          * 文件名稱: main.c
          * 程序作者: Kevin Chin
          * 程序版本: V1.0
          * 編制日期: 2010/06/28
          * 功能描述: 8位LED循環(huán)點(diǎn)亮
          * 編譯器:WinAVR-20090313
          * 芯片:ATmega16,外部11.0592MHZ晶振
          * 技術(shù)支持:http://www.cepark.com
          **********************************************************************/
          #include<avr/io.h>
          #include

          intmain(void)
          {
          PORTB=0xFF;
          DDRB=0xFF;//端口設(shè)置

          unsignedchari;

          while(1)
          {
          for(i=0;i<8;i++)
          {
          PORTB=~(1<_delay_ms(200);
          }


          }
          }


          關(guān)鍵詞: GCCAVR實(shí)驗(yàn)流水

          評(píng)論


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

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();