Subversion Repositories FlightCtrl

Rev

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

Rev 2109 Rev 2110
Line 27... Line 27...
27
#define VARIABLE_OFFSET      106
27
#define VARIABLE_OFFSET      106
28
#define RC_TRIM              19
28
#define RC_TRIM              19
29
// Set this for a full stick range of about -1024..1024.
29
// Set this for a full stick range of about -1024..1024.
30
#define RC_SCALING           1
30
#define RC_SCALING           1
Line 31... Line -...
31
 
-
 
32
/*
-
 
33
 int16_t  RC_getPitch        (void);
-
 
34
 int16_t  RC_getYaw          (void);
-
 
35
 int16_t  RC_getRoll         (void);
-
 
36
 uint16_t RC_getThrottle     (void);
-
 
37
 uint8_t  RC_hasNewRCData    (void);
-
 
38
 */
-
 
39
 
31
 
40
// void RC_periodicTask(void);
32
// void RC_periodicTask(void);
41
void RC_periodicTaskAndPRYT(int16_t* PRYT);
33
void RC_periodicTaskAndPRYT(int16_t* PRYT);
42
uint8_t RC_getArgument(void);
34
uint8_t RC_getArgument(void);
43
uint8_t RC_getCommand(void);
35
uint8_t RC_getCommand(void);