AP_Motors: example sketch tests Single and Coax

This commit is contained in:
Randy Mackay 2016-02-11 15:11:53 +09:00
parent 41c55ffbe7
commit c9055ccdb1

View File

@ -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()