Subversion Repositories FlightCtrl

Rev

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

Rev 1971 Rev 2015
Line 1... Line 1...
1
#include "ADXRS610_FC2.0.h"
1
#include "ADXRS610_FC2.0.h"
2
#include "configuration.h"
2
#include "configuration.h"
Line 3... Line -...
3
 
-
 
4
const uint8_t GYRO_REVERSED[3] = { 0, 0, 0 };
-
 
5
const uint8_t ACC_REVERSED[3] = { 0, 1, 0 };
-
 
6
 
3
 
7
void gyro_calibrate(void) {
4
void gyro_calibrate(void) {
8
  // Nothing to calibrate.
5
  // Nothing to calibrate.
Line 9... Line 6...
9
}
6
}