“开源电驱机器小车CUBE/zh”的版本间的差异
(→程序烧写) |
(→程序烧写) |
||
第112行: | 第112行: | ||
|date_added=2016-04-23 | |date_added=2016-04-23 | ||
|date_updated=2016-04-23 | |date_updated=2016-04-23 | ||
− | |description= | + | |description=Atmega328P@16M,5V |
|image_url=https://raw.githubusercontent.com/scmar/B-Rally/master/Bitmaps/slide_race.gif | |image_url=https://raw.githubusercontent.com/scmar/B-Rally/master/Bitmaps/slide_race.gif | ||
|download_url=https://github.com/scmar/B-Rally/archive/master.zip | |download_url=https://github.com/scmar/B-Rally/archive/master.zip |
2016年5月16日 (一) 14:48的版本
目录概述
材料清单
实验原理
程序下载
程序烧写
拼装过程
操作说明
Joypad遥控指南
蓝牙遥控指南
代码说明
#define NRF_CHANNEL 70 //nRF通道
#define CHANNEL_THROTTLE 2 //油门通道
#define CHANNEL_STEERING 1 //转向通道
#define motor_fixL 1 //速度修正 -1到1之间
#define motor_fixR 1 //速度修正 -1到1之间
疑难解答/FAQ
|