from machine import UART uart = UART(1, baudrate=9600, pins=("TX_PIN_HERE","RX_PIN_HERE"))