Motors: fix example sketches

This commit is contained in:
Randy Mackay 2015-03-03 21:39:24 +09:00
parent cf8c211c35
commit f5f7cd540f
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ void setup()
// motors.set_frame_orientation(AP_MOTORS_X_FRAME);
motors.set_frame_orientation(AP_MOTORS_PLUS_FRAME);
motors.set_min_throttle(130);
motors.set_mid_throttle(500);
motors.set_hover_throttle(500);
motors.Init(); // initialise motors
// setup radio

View File

@ -60,7 +60,7 @@ void setup()
// motors.set_frame_orientation(AP_MOTORS_X_FRAME);
motors.set_frame_orientation(AP_MOTORS_PLUS_FRAME);
motors.set_min_throttle(130);
motors.set_mid_throttle(500);
motors.set_hover_throttle(500);
motors.Init(); // initialise motors
// setup radio