Rev 1969 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1969 | Rev 1971 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | void gyro_calibrate(void); |
24 | void gyro_calibrate(void); |
Line 25... | Line 25... | ||
25 | 25 | ||
26 | /* |
26 | /* |
27 | * FC 1.3: Output data in gyroAmplifierOffset to DAC. All other versions: Do nothing. |
27 | * FC 1.3: Output data in gyroAmplifierOffset to DAC. All other versions: Do nothing. |
28 | */ |
28 | */ |
Line 29... | Line 29... | ||
29 | void gyro_loadOffsets(uint8_t overwriteWithDefaults); |
29 | void gyro_loadAmplifierOffsets(uint8_t overwriteWithDefaults); |
30 | 30 | ||
31 | /* |
31 | /* |
32 | * Set some default FC parameters, depending on gyro type: Drift correction etc. |
32 | * Set some default FC parameters, depending on gyro type: Drift correction etc. |
Line 33... | Line 33... | ||
33 | */ |
33 | */ |