Rev 2118 | Rev 2122 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2118 | Rev 2119 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | uint8_t RC_getArgument(void); |
27 | uint8_t RC_getArgument(void); |
28 | uint8_t RC_getCommand(void); |
28 | uint8_t RC_getCommand(void); |
29 | int16_t RC_getVariable(uint8_t varNum); |
29 | int16_t RC_getVariable(uint8_t varNum); |
30 | void RC_calibrate(void); |
30 | void RC_calibrate(void); |
31 | uint8_t RC_getSignalQuality(void); |
31 | uint8_t RC_getSignalQuality(void); |
32 | uint8_t RC_getLooping(uint8_t looping); |
32 | int16_t RC_getZeroThrottle(void); |
33 | #ifdef USE_MK3MAG |
33 | #ifdef USE_MK3MAG |
34 | uint8_t RC_testCompassCalState(void); |
34 | uint8_t RC_testCompassCalState(void); |
35 | #endif |
35 | #endif |
36 | #endif //_RC_H |
36 | #endif //_RC_H |