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:
parent
11f1de5612
commit
ac30e7071b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue