Subversion Repositories FlightCtrl

Rev

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

Rev 2015 Rev 2018
Line 3... Line 3...
3
 
3
 
4
void gyro_calibrate(void) {
4
void gyro_calibrate(void) {
5
  // Nothing to calibrate.
5
  // Nothing to calibrate.
Line 6... Line 6...
6
}
6
}
7
 
7
 
8
void gyro_loadAmplifierOffsets(uint8_t overwriteWithDefaults) {
8
void gyro_init() {
Line 9... Line 9...
9
  // No amplifiers, no DAC.
9
  // No amplifiers, no DAC.
10
}
10
}