1
0
Fork 0
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:
Niccolò Maggioni 2021-05-02 23:25:47 +02:00
parent 350345d321
commit dabc9535c7
No known key found for this signature in database
GPG key ID: 4874B0C841E33264

View file

@ -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