Subversion Repositories FlightCtrl

Rev

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

Rev 1775 Rev 1821
Line 1... Line 1...
1
void       HC_setGround(void);
1
void HC_setGround(void);
2
void       HC_update(void);
2
void HC_update(void);
3
uint16_t   HC_getThrottle(uint16_t throttle);
3
uint16_t HC_getThrottle(uint16_t throttle);
4
 
-