mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +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:
parent
13305dd2e4
commit
183c5f8e16
47 changed files with 348 additions and 55 deletions
|
@ -29,9 +29,12 @@
|
|||
#include "config/runtime_config.h"
|
||||
|
||||
#include "rx/rx.h"
|
||||
|
||||
#include "drivers/sensor.h"
|
||||
#include "drivers/accgyro.h"
|
||||
#include "sensors/sensors.h"
|
||||
#include "sensors/gyro.h"
|
||||
|
||||
#include "io/rc_controls.h"
|
||||
#include "flight/flight.h"
|
||||
#include "flight/navigation.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue