Subversion Repositories FlightCtrl

Rev

Rev 2102 | Rev 2104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2102 Rev 2103
Line 10... Line 10...
10
#include "configuration.h"
10
#include "configuration.h"
Line 11... Line 11...
11
 
11
 
12
#define PITCH 0
12
#define PITCH 0
13
#define ROLL 1
13
#define ROLL 1
-
 
14
#define YAW 2
Line 14... Line 15...
14
#define YAW 2
15
#define THROTTLE 3
Line 15... Line 16...
15
 
16
 
Line 16... Line 17...
16
#define MAX_CONTROL_SERVOS 4
17
#define MAX_CONTROL_SERVOS 4
17
 
-
 
18
extern int16_t controlServos[MAX_CONTROL_SERVOS];
18
 
-
 
19
extern int16_t controlServos[MAX_CONTROL_SERVOS];
Line 19... Line 20...
19
 
20