mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Added QMC-5883 magnetometer support to SPRACING H7 ZERO target
Added QMC-5883 magnetometer support to SPRACING H7 ZERO target. Duplicating pull request #9531
This commit is contained in:
parent
f5cf84a5d6
commit
02f23a6120
2 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,7 @@
|
|||
|
||||
#define USE_MAG
|
||||
#define USE_MAG_HMC5883
|
||||
#define USE_MAG_QMC5883
|
||||
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP388
|
||||
|
|
|
@ -15,4 +15,5 @@ TARGET_SRC += \
|
|||
drivers/accgyro/accgyro_mpu6500.c \
|
||||
drivers/accgyro/accgyro_spi_mpu6500.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
drivers/compass/compass_qmc5883l.c \
|
||||
drivers/barometer/barometer_bmp388.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue