Skip to content

Commit

Permalink
Merge pull request #7628 from MATEKSYS/master
Browse files Browse the repository at this point in the history
add SPL06 in Matek targets
  • Loading branch information
DzikuVx committed Nov 25, 2021
2 parents 4453b57 + 3857644 commit 0d360be
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/target/MATEKF405/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
#define USE_BARO_MS5611
#define USE_BARO_BMP085
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS DEFAULT_I2C_BUS
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF405CAN/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#define USE_BARO_BMP280
#define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS BUS_I2C2
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF405SE/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
#define USE_BARO_MS5611
#define USE_BARO_BMP085
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS BUS_I2C2
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF411/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
#define USE_BARO_MS5611
#define USE_BARO_BMP085
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define TEMPERATURE_I2C_BUS BUS_I2C1
#define BNO055_I2C_BUS BUS_I2C1
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF411SE/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
#define USE_BARO_MS5611
#define USE_BARO_BMP085
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS BUS_I2C1
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF722/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#define USE_BARO_MS5611
#define USE_BARO_BMP085
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS BUS_I2C1
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF722PX/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
#define USE_BARO_BMP280
#define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS BUS_I2C1
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF722SE/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
#define USE_BARO_BMP280
#define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS BUS_I2C1
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKF765/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
#define USE_BARO_BMP280
#define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS BUS_I2C1
Expand Down
1 change: 1 addition & 0 deletions src/main/target/MATEKH743/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
#define USE_BARO_BMP280
#define USE_BARO_MS5611
#define USE_BARO_DPS310
#define USE_BARO_SPL06

#define USE_MAG
#define MAG_I2C_BUS BUS_I2C1
Expand Down

0 comments on commit 0d360be

Please sign in to comment.