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
I'm using the pyboard UNO with a pyboard lite, the pinout is a bit different from the original pyboard but I think it should be compatible, for example :
I2C(2) doesn't exist : used in i2c_bus() method, I guess it should be I2C(3)
Timer(8) doesn't exist : used in Buzzer()
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the pyboard UNO with a pyboard lite, the pinout is a bit different from the original pyboard but I think it should be compatible, for example :
The text was updated successfully, but these errors were encountered: