mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Merge pull request #822 from AlienWiiBF/EVO_Mag_Test
Enable Mag for SPRacing EVO target
This commit is contained in:
commit
8421d02c47
1 changed files with 3 additions and 6 deletions
|
@ -40,11 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
#define GYRO
|
#define GYRO
|
||||||
#define USE_GYRO_MPU6500
|
|
||||||
#define USE_GYRO_SPI_MPU6500
|
#define USE_GYRO_SPI_MPU6500
|
||||||
|
|
||||||
#define ACC
|
#define ACC
|
||||||
#define USE_ACC_MPU6500
|
|
||||||
#define USE_ACC_SPI_MPU6500
|
#define USE_ACC_SPI_MPU6500
|
||||||
|
|
||||||
#define ACC_MPU6500_ALIGN CW180_DEG
|
#define ACC_MPU6500_ALIGN CW180_DEG
|
||||||
|
@ -53,12 +51,11 @@
|
||||||
#define BARO
|
#define BARO
|
||||||
#define USE_BARO_BMP280
|
#define USE_BARO_BMP280
|
||||||
|
|
||||||
//#define MAG
|
#define MAG
|
||||||
//#define USE_MPU9250_MAG // Enables bypass configuration
|
#define USE_MAG_AK8963
|
||||||
//#define USE_MAG_AK8963
|
|
||||||
//#define USE_MAG_HMC5883 // External
|
//#define USE_MAG_HMC5883 // External
|
||||||
|
|
||||||
//#define MAG_AK8963_ALIGN CW90_DEG_FLIP
|
#define MAG_AK8963_ALIGN CW90_DEG_FLIP
|
||||||
|
|
||||||
//#define SONAR
|
//#define SONAR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue