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:
commit
c691311b2e
1 changed files with 8 additions and 8 deletions
|
@ -49,13 +49,13 @@
|
||||||
#define GYRO_MPU6000_ALIGN CW90_DEG
|
#define GYRO_MPU6000_ALIGN CW90_DEG
|
||||||
#define ACC_MPU6000_ALIGN CW90_DEG
|
#define ACC_MPU6000_ALIGN CW90_DEG
|
||||||
|
|
||||||
// #define USE_MAG
|
#define USE_MAG
|
||||||
// #define MAG_I2C_BUS BUS_I2C2
|
#define MAG_I2C_BUS BUS_I2C2
|
||||||
// #define USE_MAG_HMC5883
|
#define USE_MAG_HMC5883
|
||||||
// #define USE_MAG_QMC5883
|
#define USE_MAG_QMC5883
|
||||||
// #define USE_MAG_IST8310
|
#define USE_MAG_IST8310
|
||||||
// #define USE_MAG_MAG3110
|
#define USE_MAG_MAG3110
|
||||||
// #define USE_MAG_LIS3MDL
|
#define USE_MAG_LIS3MDL
|
||||||
|
|
||||||
#define USE_BARO
|
#define USE_BARO
|
||||||
|
|
||||||
|
@ -171,4 +171,4 @@
|
||||||
#define TARGET_IO_PORTC 0xffff
|
#define TARGET_IO_PORTC 0xffff
|
||||||
#define TARGET_IO_PORTD 0xffff
|
#define TARGET_IO_PORTD 0xffff
|
||||||
|
|
||||||
#define PCA9685_I2C_BUS BUS_I2C2
|
#define PCA9685_I2C_BUS BUS_I2C2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue