1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

BLUEJAYF4 Add appropriate I2C1 pin assignments

I2C1 default pins are PB6 and PB7. Board has it on PB8 and PB9.
This commit is contained in:
jflyper 2017-08-03 08:57:28 +09:00
parent 11f1de5612
commit ac30e7071b

View file

@ -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