Rev 2049 | Rev 2052 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2049 | Rev 2051 | ||
---|---|---|---|
Line 115... | Line 115... | ||
115 | // extern int32_t yawAngleDiff; |
115 | // extern int32_t yawAngleDiff; |
Line 116... | Line 116... | ||
116 | 116 | ||
117 | /* |
117 | /* |
118 | * Compass navigation |
118 | * Compass navigation |
119 | */ |
- | |
120 | extern int16_t magneticHeading; |
- | |
121 | //extern int16_t headingInDegrees; |
119 | */ |
122 | extern int32_t heading; |
120 | extern int32_t heading; |
123 | extern uint16_t ignoreCompassTimer; |
121 | extern uint16_t ignoreCompassTimer; |
Line 124... | Line 122... | ||
124 | extern uint16_t accVector; |
122 | extern uint16_t accVector; |
Line 125... | Line 123... | ||
125 | 123 | ||
126 | extern int32_t targetHeading; |
124 | extern int32_t headingError; |
127 | 125 |