Subversion Repositories FlightCtrl

Rev

Rev 1646 | Rev 1960 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1646 Rev 1821
Line 2... Line 2...
2
#include "configuration.h"
2
#include "configuration.h"
Line 3... Line 3...
3
 
3
 
4
const uint8_t GYRO_REVERSED[3] = {0,0,0};
4
const uint8_t GYRO_REVERSED[3] = { 0, 0, 0 };
Line 5... Line 5...
5
const uint8_t ACC_REVERSED[3] = {0,1,0};
5
const uint8_t ACC_REVERSED[3] = { 0, 1, 0 };
-
 
6
 
Line 6... Line 7...
6
 
7
void gyro_calibrate(void) {
7
void gyro_calibrate(void) {}
8
}
8
 
9
 
9
void gyro_setDefaults(void) {
10
void gyro_setDefaults(void) {