Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1612 dongfang 1
typedef struct {
1821 - 2
        int16_t(*getPitch)(void);
3
        int16_t(*getRoll)(void);
4
        int16_t(*getYaw)(void);
5
        uint16_t(*getThrottle)(void);
6
        uint8_t isSignalGood(void);
7
        uint8_t isSignalUnreadable(void);
1612 dongfang 8
} t_control;