Skip to content

Commit

Permalink
Merge pull request #9531 from senatorperkins/H7EXTREME_MAG_SUPPORT
Browse files Browse the repository at this point in the history
Added QMC-5883 magnetometer support to SPRACING H7 EXTREME target
  • Loading branch information
mikeller committed Mar 3, 2020
1 parent 46f22bc commit 88820c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/target/SPRACINGH7EXTREME/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@

#define USE_MAG
#define USE_MAG_HMC5883
#define USE_MAG_QMC5883

#define USE_BARO
#define USE_BARO_BMP388
Expand Down
1 change: 1 addition & 0 deletions src/main/target/SPRACINGH7EXTREME/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88820c9

Please sign in to comment.