Subversion Repositories FlightCtrl

Rev

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

Rev 1964 Rev 1986
Line 14... Line 14...
14
extern volatile uint8_t NewPpmData; // 0 indicates a new recieved PPM Frame
14
extern volatile uint8_t NewPpmData; // 0 indicates a new recieved PPM Frame
15
extern volatile uint8_t RC_Quality; // rc signal quality indicator (0 to 200)
15
extern volatile uint8_t RC_Quality; // rc signal quality indicator (0 to 200)
Line 16... Line 16...
16
 
16
 
17
// defines for lookup staticParams.ChannelAssignment
17
// defines for lookup staticParams.ChannelAssignment
18
#define CH_PITCH        0
18
#define CH_PITCH        0
19
#define CH_ROLL         1
19
#define CH_ROLL             1
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
Line 23... Line 23...
23
#define POT_OFFSET      115
23
#define POT_OFFSET      120
24
 
24
 
25
/*
25
/*
26
 int16_t  RC_getPitch        (void);
26
 int16_t  RC_getPitch        (void);