1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Merge pull request #6446 from Faduf/YUPIF7_update

YUPIF7 update - I2C correction
This commit is contained in:
Michael Keller 2018-07-25 20:48:42 +12:00 committed by GitHub
commit f298280033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,8 +100,8 @@
#define USE_I2C
#define USE_I2C_DEVICE_1
#define USE_I2C_PULLUP
#define I2C2_SCL PB8
#define I2C2_SDA PB9
#define I2C1_SCL PB8
#define I2C1_SDA PB9
#define I2C_DEVICE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
@ -110,6 +110,7 @@
#define USE_BARO_MS5611
//*********** Magnetometer / Compass *************
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_MAG
#define USE_MAG_HMC5883
#define USE_MAG_QMC5883