Merge pull request #926 from kc10kevin/master_FuryF3_I2CFix

FuryF3 I2C Fix
This commit is contained in:
borisbstyle 2016-08-08 13:37:45 +02:00 committed by GitHub
commit 6584b3124c
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@
#define USE_I2C
#define I2C_DEVICE (I2CDEV_1) // SDA (PB9/AF4), SCL (PB8/AF4)
#define I2C1_SCL_PIN PB8
#define I2C1_SDA_PIN PB9
#define I2C1_SCL PB8
#define I2C1_SDA PB9
#define BOARD_HAS_VOLTAGE_DIVIDER
#define USE_ADC