Skip to content

Commit

Permalink
Merge pull request #4909 from bencrundwell/master
Browse files Browse the repository at this point in the history
Adding support for external Magnetometer on MATEKF722
  • Loading branch information
mikeller committed Jan 9, 2018
2 parents 70c1f9a + 28e410b commit 68333cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/target/MATEKF722/target.h
Expand Up @@ -73,6 +73,10 @@
#define USE_BARO_MS5611
#define USE_BARO_BMP085

//*********** Magnetometer / Compass *************
#define USE_MAG
#define USE_MAG_HMC5883

// *************** SD Card **************************
#define USE_SDCARD
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF722/target.mk
Expand Up @@ -8,4 +8,5 @@ TARGET_SRC = \
drivers/barometer/barometer_bmp085.c \
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_ms5611.c \
drivers/compass/compass_hmc5883l.c \
drivers/max7456.c

0 comments on commit 68333cb

Please sign in to comment.