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
your work looks great and hatsoff to you and your team .i need to assign different pin for scl and sda so can you include a line to change the pin number.thanks in advance and have a great day
The text was updated successfully, but these errors were encountered:
I had to adjust the change above to this adding the bus # and freq to get it to run on an RP2040-zero:
i2c = machine.I2C(0, scl=Pin(5), sda=Pin(4), freq=400000)
Love the large font and work you did. The baseline font is almost unreadable.
your work looks great and hatsoff to you and your team .i need to assign different pin for scl and sda so can you include a line to change the pin number.thanks in advance and have a great day
The text was updated successfully, but these errors were encountered: