Assign correct pins for I2C1

This commit is contained in:
jflyper 2019-05-26 10:30:51 +09:00
parent e54ef4815a
commit 2e93b138a0
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@
#define USE_I2C
#define USE_I2C_DEVICE_1
#define I2C1_SCL PB8
#define I2C1_SDA PB9
#define I2C_DEVICE (I2CDEV_1)
#define USE_ADC