Subversion Repositories FlightCtrl

Rev

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

Rev 1874 Rev 1980
Line 101... Line 101...
101
extern uint8_t compassCalState;
101
extern uint8_t compassCalState;
102
extern int32_t yawGyroHeading;
102
extern int32_t yawGyroHeading;
103
extern int16_t yawGyroHeadingInDeg;
103
extern int16_t yawGyroHeadingInDeg;
104
extern uint8_t updateCompassCourse;
104
extern uint8_t updateCompassCourse;
105
extern uint16_t ignoreCompassTimer;
105
extern uint16_t ignoreCompassTimer;
-
 
106
extern uint16_t accVector;
Line 106... Line 107...
106
 
107
 
Line 107... Line 108...
107
void updateCompass(void);
108
void updateCompass(void);
108
 
109