Subversion Repositories FlightCtrl

Rev

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

Rev 2048 Rev 2052
Line 36... Line 36...
36
uint8_t RC_getCommand(void);
36
uint8_t RC_getCommand(void);
37
int16_t RC_getVariable(uint8_t varNum);
37
int16_t RC_getVariable(uint8_t varNum);
38
void RC_calibrate(void);
38
void RC_calibrate(void);
39
uint8_t RC_getSignalQuality(void);
39
uint8_t RC_getSignalQuality(void);
40
uint8_t RC_getLooping(uint8_t looping);
40
uint8_t RC_getLooping(uint8_t looping);
-
 
41
#ifdef USE_MK3MAG
41
uint8_t RC_testCompassCalState(void);
42
uint8_t RC_testCompassCalState(void);
-
 
43
#endif
42
#endif //_RC_H
44
#endif //_RC_H