Open MIKHANYA opened 1 year ago
How to change default HW i2c pins on RP2040 in PlatformIO from
to 12 and 13 like in Arduino pins_arduino.h
[env:pico] platform = raspberrypi board = pico framework = arduino
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