Skip to content

Commit

Permalink
Merge branch 'master' into 20231108_BETAFPVF411RX_BMI270
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored Mar 28, 2024
2 parents 9a593cd + 6caf22e commit 4600abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/target/MATEKF405SE/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
#define USE_I2C
// Useful for MATEKF405_OSD, since it does not have the SCL / SDA pads
#define USE_I2C_DEVICE_1
#define I2C_DEVICE (I2CDEV_1)
#define I2C_DEVICE_1 (I2CDEV_1)
#define I2C1_SCL PB8 // S4 pad
#define I2C3_SDA PB9 // S6 pad
#define BARO_I2C_INSTANCE (I2CDEV_1)
Expand All @@ -94,7 +94,7 @@
#define I2C_DEVICE_2 (I2CDEV_2)
#define I2C2_SCL PB10 // SCL pad
#define I2C2_SDA PB11 // SDA pad
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define MAG_I2C_INSTANCE (I2CDEV_2)

#define USE_BARO
#define USE_BARO_BMP280
Expand Down

0 comments on commit 4600abe

Please sign in to comment.