Skip to content

Commit

Permalink
Merge pull request #6464 from Tigra-Astronomy/tpl-zeezf7-mspdevices
Browse files Browse the repository at this point in the history
ZEEZF7 MSP-based GPS, magnetometer and barometer
  • Loading branch information
DzikuVx authored Jan 8, 2021
2 parents e14e172 + c7508c7 commit 7e07c32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/target/ZEEZF7/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@
#define USE_IMU_MPU6000
#define IMU_MPU6000_ALIGN CW180_DEG

// *************** I2C/Baro/Mag *********************
// Target has no I2C but can use MSP devices, such as those provided on Mateksys MQ8-CAN/MSP
// Which contains: GPS SAM-M8Q, Compass QMC5883L, Barometer DPS310
// See: http://www.mateksys.com/?portfolio=m8q-can

#define USE_BARO
#define USE_BARO_DPS310

#define USE_MAG
#define USE_MAG_QMC5883

// *************** Flash ****************************

#define USE_SPI_DEVICE_1
Expand Down

0 comments on commit 7e07c32

Please sign in to comment.