platform-raspberrypi icon indicating copy to clipboard operation
platform-raspberrypi copied to clipboard

RP2040 how to change HW default i2c pins ?

Open MIKHANYA opened this issue 1 year ago • 0 comments

How to change default HW i2c pins on RP2040 in PlatformIO from #define PIN_WIRE0_SDA (4u) #define PIN_WIRE0_SCL (5u) to 12 and 13 like in Arduino pins_arduino.h

[env:pico] platform = raspberrypi board = pico framework = arduino

MIKHANYA avatar Oct 26 '23 19:10 MIKHANYA