add ARDUINO_ARCH_STM32 to take benfit of Wire.begin(sda,scl) configuration#1076
add ARDUINO_ARCH_STM32 to take benfit of Wire.begin(sda,scl) configuration#1076jmchiappa wants to merge 1 commit intoolikraus:masterfrom
Conversation
…eral I2C peripherals and user can choose one of them
|
Did you test this? This means: Your patch can not work and will probably break the STM32 support. |
@olikraus , |
|
Maybe there should be an additional check for the lib version. Is this possible? |
|
@olikraus ,
|
STM32 controllers have several I2C peripherals. So user could choose one of them by selcting the right SDA/SCL.