Subversion Repositories FlightCtrl

Rev

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

Rev 2049 Rev 2051
Line 190... Line 190...
190
/*
190
/*
191
 * At saturation, the filteredAirPressure may actually be (simulated) negative.
191
 * At saturation, the filteredAirPressure may actually be (simulated) negative.
192
 */
192
 */
193
extern int32_t filteredAirPressure;
193
extern int32_t filteredAirPressure;
Line -... Line 194...
-
 
194
 
-
 
195
extern int16_t magneticHeading;
194
 
196
 
195
/*
197
/*
196
 * Flag: Interrupt handler has done all A/D conversion and processing.
198
 * Flag: Interrupt handler has done all A/D conversion and processing.
197
 */
199
 */
Line -... Line 200...
-
 
200
extern volatile uint8_t analogDataReady;
198
extern volatile uint8_t analogDataReady;
201
 
Line 199... Line 202...
199
 
202
 
200
void analog_init(void);
203
void analog_init(void);
201
 
204