You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: