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

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設計應用 > 51單片機按鍵直接控制舵機旋轉(zhuǎn)

          51單片機按鍵直接控制舵機旋轉(zhuǎn)

          作者: 時間:2016-11-19 來源:網(wǎng)絡 收藏
          #include
          #include typedef unsigned char uchar;typedef unsigned int uint;sbit  KEY1=P3^4;sbit  KEY2=P3^5;sbit  KEY3=P3^6;sbit  KEY4=P3^7;void Delay(unsigned int s);uchar flag_0;uchar flag_1;void Delay(unsigned int s){unsigned int i;for(i=0; iinterrupt 1 {       if(flag_0==1)	PWM_Value[0]+=1;if(flag_0==2)	PWM_Value[0]-=1;if(flag_1==1)	PWM_Value[1]+=1;if(flag_1==2)	PWM_Value[1]-=1;if(PWM_Value[0]>=2500)PWM_Value[0]=2500;if(PWM_Value[1]>=2500)PWM_Value[1]=2500;if(PWM_Value[0]<=500)PWM_Value[0]=500;if(PWM_Value[1]<=500)PWM_Value[1]=500;switch(order){case 1:PWM_OUT0=1;TH0=(65536-PWM_Value[0])>>8; TL0=(uchar)(65536-PWM_Value[0]);break;                          case 2:PWM_OUT0=0;TH0=(65536-(5000-PWM_Value[0]))>>8;    TL0=(uchar)(65536-(5000-PWM_Value[0]));break;                          case 3:PWM_OUT1=1;TH0=(65536-PWM_Value[1])>>8; TL0=(uchar)(65536-PWM_Value[1]);break;                          case 4:PWM_OUT1=0;TH0=(65536-(5000-PWM_Value[1]))>>8;    TL0=(uchar)(65536-(5000-PWM_Value[1]));break;                              case 5:TH0=60536>>8;   TL0=(uchar)60536;break;case 6:TH0=60536>>8;   TL0=(uchar)60536;order=0;break;default: order=0; break;}order++;}


          評論


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