Subversion Repositories FlightCtrl

Rev

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

Rev 2052 Rev 2098
Line 20... Line 20...
20
#define CH_THROTTLE         2
20
#define CH_THROTTLE         2
21
#define CH_YAW              3
21
#define CH_YAW              3
22
#define CH_POTS         4
22
#define CH_POTS         4
23
#define POT_OFFSET      120
23
#define POT_OFFSET      120
Line 24... Line -...
24
 
-
 
25
/*
-
 
26
 int16_t  RC_getPitch        (void);
-
 
27
 int16_t  RC_getYaw          (void);
-
 
28
 int16_t  RC_getRoll         (void);
-
 
29
 uint16_t RC_getThrottle     (void);
-
 
30
 uint8_t  RC_hasNewRCData    (void);
-
 
31
 */
-
 
32
 
24
 
33
// void RC_periodicTask(void);
25
// void RC_periodicTask(void);
34
void RC_periodicTaskAndPRTY(int16_t* PRTY);
26
void RC_periodicTaskAndPRTY(int16_t* PRTY);
35
uint8_t RC_getArgument(void);
27
uint8_t RC_getArgument(void);
36
uint8_t RC_getCommand(void);
28
uint8_t RC_getCommand(void);