mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-19 14:25:16 +03:00
Fix ZEEZF7v2 external I2C
This commit is contained in:
parent
350345d321
commit
dabc9535c7
1 changed files with 5 additions and 5 deletions
|
@ -77,13 +77,13 @@
|
|||
#define I2C1_SCL PB8
|
||||
#define I2C1_SDA PB9
|
||||
|
||||
// External I2C Pads -- I2C2
|
||||
#define USE_I2C_DEVICE_2
|
||||
#define I2C2_SCL PA8
|
||||
#define I2C2_SDA PC9
|
||||
// External I2C Pads -- I2C3
|
||||
#define USE_I2C_DEVICE_3
|
||||
#define I2C3_SCL PA8
|
||||
#define I2C3_SDA PC9
|
||||
|
||||
#define USE_MAG
|
||||
#define MAG_I2C_BUS BUS_I2C2
|
||||
#define MAG_I2C_BUS BUS_I2C3
|
||||
#define USE_MAG_HMC5883
|
||||
#define USE_MAG_QMC5883
|
||||
#define USE_MAG_IST8310
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue