Subversion Repositories FlightCtrl

Rev

Rev 1796 | Rev 1869 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1796 Rev 1821
Line 237... Line 237...
237
/*
237
/*
238
 * Flag: Interrupt handler has done all A/D conversion and processing.
238
 * Flag: Interrupt handler has done all A/D conversion and processing.
239
 */
239
 */
240
extern volatile uint8_t analogDataReady;
240
extern volatile uint8_t analogDataReady;
Line 241... Line -...
241
 
-
 
242
 
241
 
Line 243... Line 242...
243
void analog_init(void);
242
void analog_init(void);
244
 
243