platform-raspberrypi
platform-raspberrypi copied to clipboard
RP2040 how to change HW default i2c pins ?
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