#include<AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include<RC_Channel.h> // RC Channel Library
#include"AP_Motors_Multirotor.h"
#include"AP_MotorsMulticopter.h"
// feedback direction
#define AP_MOTORS_COAX_POSITIVE 1
@ -21,12 +21,12 @@
@@ -21,12 +21,12 @@
#define AP_MOTORS_COAX_SERVO_INPUT_RANGE 4500 // roll or pitch input of -4500 will cause servos to their minimum (i.e. radio_min), +4500 will move them to their maximum (i.e. radio_max)