Rev 2160 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1612 | dongfang | 1 | #include "configuration.h" |
2 | |||
1821 | - | 3 | void gyro_calibrate(void) { |
1965 | - | 4 | // Nothing to calibrate. |
1821 | - | 5 | } |
1612 | dongfang | 6 | |
2032 | - | 7 | void gyro_init(void) { |
1971 | - | 8 | // No amplifiers, no DAC. |
9 | } |
||
10 | |||
11 | void gyro_setDefaultParameters(void) { |
||
2189 | - | 12 | IMUConfig.gyroQuadrant = 4; |
2092 | - | 13 | IMUConfig.accQuadrant = 4; |
2189 | - | 14 | IMUConfig.imuReversedFlags = IMU_REVERSE_ACCEL_Z; |
15 | // staticParams.gyroD = 5; |
||
1612 | dongfang | 16 | } |