1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Merge pull request #4035 from shellixyz/enable_mag_on_ASGARD32F7

Enable mag on ASGARD32F7
This commit is contained in:
Konstantin Sharlaimov 2018-11-26 19:09:06 +01:00 committed by GitHub
commit c691311b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,13 +49,13 @@
#define GYRO_MPU6000_ALIGN CW90_DEG
#define ACC_MPU6000_ALIGN CW90_DEG
// #define USE_MAG
// #define MAG_I2C_BUS BUS_I2C2
// #define USE_MAG_HMC5883
// #define USE_MAG_QMC5883
// #define USE_MAG_IST8310
// #define USE_MAG_MAG3110
// #define USE_MAG_LIS3MDL
#define USE_MAG
#define MAG_I2C_BUS BUS_I2C2
#define USE_MAG_HMC5883
#define USE_MAG_QMC5883
#define USE_MAG_IST8310
#define USE_MAG_MAG3110
#define USE_MAG_LIS3MDL
#define USE_BARO
@ -171,4 +171,4 @@
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD 0xffff
#define PCA9685_I2C_BUS BUS_I2C2
#define PCA9685_I2C_BUS BUS_I2C2