Rev 2119 | Rev 2124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2119 | Rev 2122 | ||
---|---|---|---|
Line 28... | Line 28... | ||
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 | int16_t RC_getZeroThrottle(void); |
32 | int16_t RC_getZeroThrottle(void); |
- | 33 | void RC_setZeroTrim(void); |
|
- | 34 | ||
- | 35 | ||
33 | #ifdef USE_MK3MAG |
36 | #ifdef USE_MK3MAG |
34 | uint8_t RC_testCompassCalState(void); |
37 | uint8_t RC_testCompassCalState(void); |
35 | #endif |
38 | #endif |
36 | #endif //_RC_H |
39 | #endif //_RC_H |