Subversion Repositories FlightCtrl

Rev

Rev 1645 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1612 dongfang 1
/*
2
 * Common procedures for all gyro types.
3
 */
4
 
5
/*
6
 * For InvenSense, set a port bit for the AUTO_ZERO line.
7
 * Moved to gyro_calibrate.
8
 */
9
// void gyro_init(void);
10
 
11
/*
12
 * FC 1.3 hardware: Searching the DAC values that return neutral readings.
13
 * FC 2.0 hardware: Nothing to do.
14
 * InvenSense hardware: Output a pulse on the AUTO_ZERO line.
15
 */
16
void gyro_calibrate(void);
17
 
18
void gyro_setDefaults(void);