mirror of https://github.com/ArduPilot/ardupilot
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1594 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
749ac8c69d
commit
672fd5a24b
|
@ -46,13 +46,13 @@
|
|||
#define CH_AUX2 CH_6
|
||||
|
||||
// motors
|
||||
#define RIGHT 0
|
||||
#define LEFT 1
|
||||
#define FRONT 2
|
||||
#define BACK 3
|
||||
#define RIGHT CH_1
|
||||
#define LEFT CH_2
|
||||
#define FRONT CH_3
|
||||
#define BACK CH_4
|
||||
|
||||
#define RIGHTFRONT 6
|
||||
#define LEFTBACK 7
|
||||
#define RIGHTFRONT CH_7
|
||||
#define LEFTBACK CH_8
|
||||
|
||||
#define MAX_SERVO_OUTPUT 2700
|
||||
|
||||
|
|
Loading…
Reference in New Issue