mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
AP_Motors: example sketch tests Single and Coax
This commit is contained in:
parent
41c55ffbe7
commit
c9055ccdb1
@ -54,6 +54,8 @@ AP_MotorsQuad motors(400);
|
||||
//AP_MotorsOcta motors(400);
|
||||
//AP_MotorsOctaQuad motors(400);
|
||||
//AP_MotorsHeli_Single motors(rc7, rsc, h1, h2, h3, h4, 400);
|
||||
//AP_MotorsSingle motors(400);
|
||||
//AP_MotorsCoax motors(400);
|
||||
|
||||
// setup
|
||||
void setup()
|
||||
|
Loading…
Reference in New Issue
Block a user