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
the Wire.begin function is called with two arguments to set the SDA and SCL pins. However, the Arduino Pico Framework library Wire has no begin that accept two arguments for pin change. Done via setSDA and setSCL.
Not sure if other hardware needs that specific Wire.begin call but a possible fix for the RP2040 might be:
Category
Hardware Compatibility
Hardware
Raspberry Pi Pico (W)
Firmware Version
2.2.17
Description
The actual firmware doesn't build for RP2040 when the I2C_0 or I2C_1 pins are redefined via I2C_SDA or I2C_SDA1.
In main.cpp, line 372:
and line 426:
the Wire.begin function is called with two arguments to set the SDA and SCL pins. However, the Arduino Pico Framework library Wire has no begin that accept two arguments for pin change. Done via setSDA and setSCL.
Not sure if other hardware needs that specific Wire.begin call but a possible fix for the RP2040 might be:
Relevant log output
The text was updated successfully, but these errors were encountered: