基于51單片機(jī)智能小車循跡程序_第1頁(yè)
基于51單片機(jī)智能小車循跡程序_第2頁(yè)
基于51單片機(jī)智能小車循跡程序_第3頁(yè)
基于51單片機(jī)智能小車循跡程序_第4頁(yè)
基于51單片機(jī)智能小車循跡程序_第5頁(yè)
已閱讀5頁(yè),還剩13頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、.#include #include #define uint unsigned int#define uchar unsigned char/*/ uchar led_data9=0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82, 0xf8,0x80; uchar circle=0,cir_comp=0,cir_count=0;/設(shè)定圈數(shù),實(shí)際圈數(shù) uchar turn_count=0; bit end=0; /圈數(shù)跑完標(biāo)志/*/sbit xg0=P10;/左尋軌對(duì)管sbit xg1=P11;/中間尋軌對(duì)管sbit xg2=P12;/右尋軌對(duì)管sbit xz=P13;/感

2、應(yīng)擋板對(duì)管/*/sbit Q_IN1=P20; /車前左輪控制 sbit Q_IN2=P21;sbit Q_IN3=P22; /車前右輪控制sbit Q_IN4=P23; sbit H_IN1=P24; /車尾左輪控制sbit H_IN2=P25;sbit H_IN3=P26; /車尾右輪控制sbit H_IN4=P27;sbit Q_ENA=P30; /車前左輪使能,PWMsbit Q_ENB=P31; /車前右輪使能,sbit H_ENA=P36; /車尾左輪使能,sbit H_ENB=P37; /車尾右輪使能,/*/#define stra_q_l 100 /直線行走時(shí),四個(gè)輪子占空比調(diào)

3、試#define stra_q_r 100#define stra_h_l 100#define stra_h_r 100#define turn_q_l 100 /轉(zhuǎn)彎時(shí)四個(gè)輪子的占空比調(diào)試#define turn_q_r 100#define turn_h_l 100#define turn_h_r 100 #define turnr_time 2900/右轉(zhuǎn)彎時(shí)的延時(shí)常數(shù)#define turnl_time 3000 /左轉(zhuǎn)彎時(shí)的延時(shí)常數(shù)#define dt_time 5800 /原地掉頭時(shí)延時(shí)常數(shù)#define over_time 1000 /停止延時(shí)#define back_time

4、 2500 /走完環(huán)形,回到直道延時(shí)轉(zhuǎn)彎#define black_time 1500 /過(guò)黑線的時(shí)間#define correct_l_time 700 /左矯正時(shí)間#define correct_r_time 700 /右矯正時(shí)間#define hou_time 200/*/ uchar q_duty_l,q_duty_r,h_duty_l,h_duty_r,/車前后左右輪占空比 i=0,j=0,k=0,m=0;/*/ void delay_cir(uint n) uchar x; while(n-) for(x=0; x=9)turn_count=0; cir_count+; circl

5、e-;if(cir_count=cir_comp) end=1; over(); delay(500); else if(xg0=0)&(xg1=0)&(xg2=0) straight(); else if(xg0=1)&(xg1=0)&(xg2=0) over(); delay(over_time); houtui(); delay(hou_time); correct_right(); /左偏,向右矯正 else if(xg0=0)&(xg1=0)&(xg2=1) over(); delay(over_time); houtui(); delay(hou_time); correct_le

6、ft(); /右偏,向左矯正 /*/void int0(void) interrupt 0/中斷圈數(shù)設(shè)定 EX0=0; delay_cir(250); circle+; cir_comp+; if(circle8) circle=0; cir_comp=0; P0=led_datacircle; EX0=1;/*/void time1(void) interrupt 3 /T1溢出中斷,電機(jī)調(diào)速 i+; j+; k+; m+; if(i100) Q_ENA=1;i=0; if(j100 ) Q_ENB=1;j=0; if(k100) H_ENA=1;k=0; if(m100) H_ENB=1;m=0; P0=led_datacircle; TH1=0XFF; TL1=0XF6; /*/void main() P0=led_datacircle; P1=0xFF; P1=0XFF; /P1口做輸入 P2=0X00; /P2口初始化,小車禁止 P3=0XFF; TMOD=0X11;/T0,T1,工作方式1 TH1=0XFF;

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論