Subversion Repositories FlightCtrl

Rev

Rev 1612 | Rev 1646 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

extern const uint8_t GYROS_REVERSE[2];

/*
 * Common procedures for all gyro types.
 * FC 1.3 hardware: Searching the DAC values that return neutral readings.
 * FC 2.0 hardware: Nothing to do.
 * InvenSense hardware: Output a pulse on the AUTO_ZERO line.
 */

void gyro_calibrate(void);

/*
 * Set some default FC parameters, depending on gyro type: Drift correction etc.
 */

void gyro_setDefaults(void);