Rev 2103 | Rev 2110 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2103 | Rev 2109 | ||
---|---|---|---|
Line 19... | Line 19... | ||
19 | #define CH_AILERONS 1 |
19 | #define CH_AILERONS 1 |
20 | #define CH_THROTTLE 2 |
20 | #define CH_THROTTLE 2 |
21 | #define CH_RUDDER 3 |
21 | #define CH_RUDDER 3 |
22 | #define CH_MODESWITCH 4 |
22 | #define CH_MODESWITCH 4 |
23 | #define CH_POTS 4 |
23 | #define CH_POTS 4 |
24 | #define POT_OFFSET 120 |
24 | #define POT_OFFSET 128 |
Line 25... | Line 25... | ||
25 | 25 | ||
26 | /* |
26 | /* |
27 | int16_t RC_getPitch (void); |
27 | int16_t RC_getPitch (void); |
28 | int16_t RC_getYaw (void); |
28 | int16_t RC_getYaw (void); |