mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Merge pull request #9531 from senatorperkins/H7EXTREME_MAG_SUPPORT
Added QMC-5883 magnetometer support to SPRACING H7 EXTREME target
This commit is contained in:
parent
46f22bc74e
commit
88820c99b1
2 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
|
||||
#define USE_MAG
|
||||
#define USE_MAG_HMC5883
|
||||
#define USE_MAG_QMC5883
|
||||
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP388
|
||||
|
|
|
@ -16,6 +16,7 @@ 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 \
|
||||
drivers/vtx_rtc6705.c \
|
||||
drivers/vtx_rtc6705_soft_spi.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue