欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136
標(biāo)題:
ZYSTM32-A0智能小車(chē)紅外避障實(shí)驗(yàn)(帶后退掉頭避障)stm32源碼
[打印本頁(yè)]
作者:
zsmart
時(shí)間:
2018-7-16 09:27
標(biāo)題:
ZYSTM32-A0智能小車(chē)紅外避障實(shí)驗(yàn)(帶后退掉頭避障)stm32源碼
單片機(jī)源程序如下:
#include "stm32f10x.h"
#include "delay.h"
#include "motor.h"
#include "keysacn.h"
#include "IRSEARCH.h"
#include "IRAvoid.h"
/*
void ZYSTM32_run(int speed,int time); //前進(jìn)函數(shù)
void ZYSTM32_brake(int time); //剎車(chē)函數(shù)
void ZYSTM32_Left(int speed,int time); //左轉(zhuǎn)函數(shù)
void ZYSTM32_Spin_Left(int speed,int time); //左旋轉(zhuǎn)函數(shù)
void ZYSTM32_Right(int speed,int time); //右轉(zhuǎn)函數(shù)
void ZYSTM32_Spin_Right(int speed,int time);//右旋轉(zhuǎn)函數(shù)
void ZYSTM32_back(int speed,int time); //后退函數(shù)
*/
int main(void)
{
delay_init();
KEY_Init();
IRSearchInit();
IRAvoidInit();
TIM4_PWM_Init(7199,0); //初始化PWM
ZYSTM32_brake(500);
keysacn();
while(1)
{
AVoidRun(); //避障函數(shù)
}
}
復(fù)制代碼
全部資料51hei下載地址:
ZYSTM32-A0 智能小車(chē)紅外避障實(shí)驗(yàn)(帶后退掉頭避障).rar
(300.57 KB, 下載次數(shù): 61)
2018-7-16 17:11 上傳
點(diǎn)擊文件名下載附件
下載積分: 黑幣 -5
作者:
zsmart
時(shí)間:
2018-7-17 09:13
ZYSTM32-A0智能小車(chē)紅外避障實(shí)驗(yàn)(帶后退掉頭避障)
1.轉(zhuǎn)接控制板原理圖.pdf
2018-7-17 09:12 上傳
點(diǎn)擊文件名下載附件
下載積分: 黑幣 -5
62.65 KB, 下載次數(shù): 16, 下載積分: 黑幣 -5
作者:
812856021
時(shí)間:
2018-12-28 14:30
請(qǐng)問(wèn)下樓主,左右輪是指車(chē)子朝正面還是朝反面
歡迎光臨 (http://www.raoushi.com/bbs/)
Powered by Discuz! X3.1