Rev 2099 | Rev 2103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2099 | Rev 2102 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | 11 | ||
12 | #define PITCH 0 |
12 | #define PITCH 0 |
13 | #define ROLL 1 |
13 | #define ROLL 1 |
Line 14... | Line 14... | ||
14 | #define YAW 2 |
14 | #define YAW 2 |
Line 15... | Line 15... | ||
15 | 15 | ||
16 | #define MAX_SERVOS 8 |
- | |
17 | - | ||
18 | extern int16_t servos[MAX_SERVOS]; |
- | |
19 | - | ||
20 | typedef enum { |
- | |
21 | FLIGHT_MODE_MANUAL, |
- | |
Line 22... | Line 16... | ||
22 | FLIGHT_MODE_RATE, |
16 | #define MAX_CONTROL_SERVOS 4 |
23 | FLIGHT_MODE_ANGLES |
17 | |
24 | } FlightMode_t; |
18 | extern int16_t controlServos[MAX_CONTROL_SERVOS]; |