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

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > GPIO輸出---單個LED閃爍(EasyARM3131)

          GPIO輸出---單個LED閃爍(EasyARM3131)

          作者: 時間:2016-11-10 來源:網(wǎng)絡(luò) 收藏

          /****************************************Copyright (c)***************************

          本文引用地址:http://www.ex-cimer.com/article/201611/317405.htm

          **--------------File Info--------------------------------------------------------
          ** File name:main.c
          ** Last modified Date: 2011-04-09
          ** Last Version:1.0
          ** Descriptions:The main() function example template
          **-------------------------------------------------------------------------------
          ** Created by:lxliu
          ** Created date:2011-04-09
          ** Version:1.0
          ** Descriptions:The original version
          *********************************************************************************/

          #include "config.h"

          const uint32 LED1 = (1<<18);

          /*************************************************************************
          ** 函數(shù)名稱:DelayNS()
          ** 函數(shù)功能:長軟件延時
          ** 入口參數(shù):dly延時控制值,值越大,延時越長
          ** 出口參數(shù):無
          *************************************************************************/

          void DelayNS(uint32 dly)
          {
          uint32 i;
          for(;dly>0;dly--)
          for(i=0;i<50000;i++);
          }

          /*************************************************************************
          ** 函數(shù)名稱:main()
          ** 函數(shù)功能:用P1.18控制LED1,讓LED1閃爍
          ** 調(diào)試說明:需將跳線JP12和LED1短接
          *************************************************************************/
          int main (void)
          {
          PINSEL2 = PINSEL2 &(~0x80); //P1[25:16]為GPIO功能,PINSEL2的第三位設(shè)置為0
          IO1DIR = LED1; //設(shè)置P1.18為輸出

          while(1)
          {
          IO1SET = LED1; //LED熄滅
          DelayNS(50); //延時
          IO1CLR = LED1; //LED點(diǎn)亮
          DelayNS(200); //延時

          }
          return 0;
          }
          /********************************************************************************
          ** End Of File
          *********************************************************************************/



          關(guān)鍵詞: GPIO輸出LED閃爍EasyARM313

          評論


          技術(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); })();