Subversion Repositories FlightCtrl

Rev

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

Rev 1926 Rev 1927
Line 84... Line 84...
84
extern int16_t differential[3];
84
extern int16_t differential[3];
Line 85... Line 85...
85
 
85
 
86
/*
86
/*
87
 * Attitudes calculated by numerical integration of gyro rates
87
 * Attitudes calculated by numerical integration of gyro rates
88
 */
88
 */
89
extern int32_t angle[2];
-
 
90
 
-
 
91
// extern volatile int32_t ReadingIntegralTop; // calculated in analog.c
-
 
92
 
-
 
93
/*
-
 
94
 * Compass navigation
-
 
95
 */
-
 
96
extern int16_t compassHeading;
-
 
97
extern int16_t compassCourse;
-
 
98
// extern int16_t compassOffCourse;
-
 
99
extern uint8_t compassCalState;
89
extern int32_t angle[3];
100
extern int32_t yawGyroHeading;
-
 
101
extern uint8_t updateCompassCourse;
-
 
Line 102... Line 90...
102
extern uint16_t ignoreCompassTimer;
90
extern int32_t error[3];
103
 
91
 
104
/*
92
/*
105
 * Dynamic gyro offsets. These are signed values that are subtracted from the gyro measurements,
93
 * Dynamic gyro offsets. These are signed values that are subtracted from the gyro measurements,