From ac30e7071bcf898ee90cd2b3eb032e0e3323dbce Mon Sep 17 00:00:00 2001 From: jflyper Date: Thu, 3 Aug 2017 08:57:28 +0900 Subject: [PATCH] BLUEJAYF4 Add appropriate I2C1 pin assignments I2C1 default pins are PB6 and PB7. Board has it on PB8 and PB9. --- src/main/target/BLUEJAYF4/target.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/target/BLUEJAYF4/target.h b/src/main/target/BLUEJAYF4/target.h index e1370650a5..b9c52baeaa 100644 --- a/src/main/target/BLUEJAYF4/target.h +++ b/src/main/target/BLUEJAYF4/target.h @@ -140,6 +140,8 @@ #define USE_I2C #define USE_I2C_DEVICE_1 #define I2C_DEVICE (I2CDEV_1) +#define I2C1_SCL PB8 +#define I2C1_SDA PB9 #define USE_I2C_PULLUP #define USE_ADC