Subversion Repositories FlightCtrl

Rev

Rev 2124 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2124 Rev 2132
Line 31... Line 31...
31
void RC_calibrate(void);
31
void RC_calibrate(void);
32
uint8_t RC_getSignalQuality(void);
32
uint8_t RC_getSignalQuality(void);
33
int16_t RC_getZeroThrottle(void);
33
int16_t RC_getZeroThrottle(void);
34
void RC_setZeroTrim(void);
34
void RC_setZeroTrim(void);
Line 35... Line -...
35
 
-
 
36
 
-
 
37
#ifdef USE_MK3MAG
-
 
38
uint8_t RC_testCompassCalState(void);
-
 
39
#endif
35