Subversion Repositories FlightCtrl

Rev

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

Rev 1952 Rev 1955
Line 247... Line 247...
247
void startAnalogConversionCycle(void);
247
void startAnalogConversionCycle(void);
Line 248... Line 248...
248
 
248
 
249
/*
249
/*
250
 * Process the sensor data to update the exported variables. Must be called after each measurement cycle and before the data is used.
250
 * Process the sensor data to update the exported variables. Must be called after each measurement cycle and before the data is used.
251
 */
251
 */
Line 252... Line 252...
252
void analog_update(void) {
252
void analog_update(void);
253
 
253
 
254
/*
254
/*
255
 * "Warm" calibration: Zero-offset gyros.
255
 * "Warm" calibration: Zero-offset gyros.