Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2050 → Rev 2051

/branches/dongfang_FC_rewrite/analog.h
192,11 → 192,14
*/
extern int32_t filteredAirPressure;
 
extern int16_t magneticHeading;
 
/*
* Flag: Interrupt handler has done all A/D conversion and processing.
*/
extern volatile uint8_t analogDataReady;
 
 
void analog_init(void);
 
/*