mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Added support to SPRACING H7 EXTREME flight controller target for QMC-5883 compass as found in Matek M8Q-5883 GPS Compass package
This commit is contained in:
parent
86b81baa18
commit
4bebbf817a
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