Rev 1805 | Rev 1872 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1805 | Rev 1869 | ||
---|---|---|---|
Line 104... | Line 104... | ||
104 | extern uint16_t ignoreCompassTimer; |
104 | extern uint16_t ignoreCompassTimer; |
Line 105... | Line 105... | ||
105 | 105 | ||
Line 106... | Line 106... | ||
106 | void updateCompass(void); |
106 | void updateCompass(void); |
107 | - | ||
108 | /* |
- | |
109 | * Interval wrap-over values for attitude integrals |
- | |
110 | */ |
- | |
111 | extern long turnOver180Pitch, turnOver180Roll; |
- | |
112 | - | ||
113 | // No longer used. |
- | |
114 | // extern uint8_t FunnelCourse; |
- | |
115 | 107 | ||
116 | /* |
108 | /* |
117 | * Dynamic gyro offsets. These are signed values that are subtracted from the gyro measurements, |
109 | * Dynamic gyro offsets. These are signed values that are subtracted from the gyro measurements, |
118 | * to help cancelling out drift and vibration noise effects. The dynamic offsets themselves |
110 | * to help cancelling out drift and vibration noise effects. The dynamic offsets themselves |
119 | * can be updated in flight by different ways, for example: |
111 | * can be updated in flight by different ways, for example: |