SPARKY2 Assign correct pins for I2C1 (#8346)

SPARKY2 Assign correct pins for I2C1
This commit is contained in:
Michael Keller 2019-05-27 21:48:49 +12:00 committed by GitHub
commit c3b83df962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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