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

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > 單片機按鍵達到指定時間才接通

          單片機按鍵達到指定時間才接通

          作者: 時間:2016-11-29 來源:網(wǎng)絡(luò) 收藏
          單片機程序 按鍵時間達到指定時間才接通
          #includesbit a2=P2^0;//開關(guān)unsigned int s,z;void main(){a2=1;//賦值高電平while(1)  //循環(huán){if(a2==0)   //判定為低電平執(zhí)行語句{for(s=60000;s>0;s--)for(z=20;z>0;z--);   //延時}if(a2==1)   //判定為高電平執(zhí)行語句{P1=0xff;  //給P1口輸出高電平s=60000;z=20;  //s重新賦值60000 z重新賦值20}if(s==0)  //判定s為0執(zhí)行語句{P1=0x00;  //點亮P1口}}}按鍵次數(shù) #include< reg52.h>sbit a=P2^0;unsigned int s,z;void cccc()//子程序{s++;}void main()//主函數(shù){a=1;while(1){if(a==0){cccc();a=1;}if(s==5){P1=0x00;}}}


          關(guān)鍵詞: 單片機按

          評論


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