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

          新聞中心

          PIC12F629測試程序

          作者: 時(shí)間:2016-11-18 來源:網(wǎng)絡(luò) 收藏
          /*************PIC12F629單片機(jī)程序******************************/

          /*************************************************************/
          /*****File Function : PIC12F629芯片測試 *****/
          /*****Program Author : ZhengWen(ClimberWin) *****/
          /*****MCU : PIC12F629 內(nèi)部RC *****/
          /*****Compile Date : 2010/10/01 *****/
          /*****Edition Info : V1.0 *****/
          /*************************************************************/
          //修改日期: 2010年10月2日

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

          #include
          #define uchar unsigned char
          #define uint unsigned int

          /////////////引腳定義///////////////////////
          #define Input_Pin GPIO3 //信號輸入口 (和PIC12C508寄存器定義不同)
          #define LED GPIO4 //LED指示燈 (和PIC12C508寄存器定義不同)
          ////////////主程序////////////
          main()
          {
          unsigned int i;
          GPIO =0B00000000;
          TRISIO=0B00001000; //輸入輸出口定義 (和PIC12C508寄存器定義不同)

          //////開機(jī)LED閃爍////////////
          LED=0;
          for(i=0;i<20000;i++)
          { NOP();NOP();NOP();NOP();NOP();}
          LED=1;
          for(i=0;i<20000;i++)
          { NOP();NOP();NOP();NOP();NOP();}
          LED=0;

          if(Input_Pin==0) //判斷輸入端口是否為0
          {
          LED=1;
          for(i=0;i<20000;i++)//延時(shí)
          { NOP();NOP();NOP();NOP();NOP();}
          LED=0;
          for(i=0;i<20000;i++)
          { NOP();NOP();NOP();NOP();NOP();}

          } //while

          } //main



          關(guān)鍵詞: PIC12F629測試程

          評論


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