1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 07:15:18 +03:00

Add MPU9150 mag support and mag autodetection. Add AK8975 mag driver.

Note: not working on the sparky, MPU9150 needs passthough enabling but
when enabled the mag and gyro won't ack on the default addresses.  Needs
further investigation.
This commit is contained in:
Dominic Clifton 2014-12-21 17:55:13 +00:00
parent 13305dd2e4
commit 183c5f8e16
47 changed files with 348 additions and 55 deletions

View file

@ -30,7 +30,7 @@ typedef enum AccelSensors {
ACC_MPU9150 = 8,
ACC_FAKE = 9,
ACC_NONE = 10
} AccelSensors;
} accelSensor_e;
extern uint8_t accHardware;
extern sensor_align_e accAlign;