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
@panchalnikunj It is inappropriate to spam our repos with pointers to your YouTube channel, even if it is relevant material. I am deleting your comments. Please do not do this again. If you persist you will be blocked.
Trying to use UART on pi pico board. I started by finding pin names from board modules.
Based on the example from adafruit, i adjust the TX and RX to GP8 and GP5.
uart = busio.UART(board.GP4, board.GP5, baudrate=9600)
when i run the code, i got this error message:
I change to the default TX and RX Pi-Pico's pin, referenced to this closed issue, and still got same error.
is UART for Pi-Pico circuitpython not supported yet?
The text was updated successfully, but these errors were encountered: