Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZEEZF7 MSP-based GPS, magnetometer and barometer #6464

Merged
merged 3 commits into from
Jan 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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