mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
SPARKY2 Assign correct pins for I2C1 (#8346)
SPARKY2 Assign correct pins for I2C1
This commit is contained in:
commit
c3b83df962
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue