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

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設計應用 > 單片機控制三盞LED燈亮滅的程序

          單片機控制三盞LED燈亮滅的程序

          作者: 時間:2012-10-11 來源:網(wǎng)絡 收藏
          **************************控制要求*****************************按下p1.0一次 LED1 亮 ,再按一次 LED1   LED2 亮    ,再按一次 LED1   LED2  LED3 亮 ,再按一次 三盞全部熄滅。#include reg52.h>#define uchar unsigned char#define uint unsigned intuchar num;sbit p10=P1^0;   /*按鍵*/sbit p01=P0^1;   /*LED1*/sbit p02=P0^2;   /*LED2*/sbit p03=P0^3;   /*LED3*/void delay(uint xms)//{uint k,j;for(k=xms;k>0;k--)for(j=1;j>0;j--);}void main(){while(1){if(p10==0) //按鍵按下{delay(10); //延時消抖10毫秒if(p10==0){           num++;while(p10==0);//等待按鍵釋放                 }}if(num==0){p03=1;p02=1;p01=1;}if(num==1){p03=1;p02=1;p01=0;}                if(num==2){p03=1;p01=0;p02=0;}if(num==3){p02=0;p01=0;p03=0;}if(num==4){num=0;}}}

          led燈相關(guān)文章:led燈原理




          評論


          相關(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); })();