src.uart module¶
# Write your code here :-)
- class src.uart.UART(s_id: int = 1, baudrate: int = 57600, bits: int = 8, parity: [None, <class 'int'>] = None, stop: int = 1, timeout: int = 0, rxbuf: int = 64, tx: any = None, rx: any = None)[source]¶
Bases:
objectWrapper class for machine.UART and busio.UART
- mp = False¶
- uart¶
alias of
UART
- async src.uart.uart_io(_uart: any, callback: Optional[any] = None, debug: bool = False)[source]¶
Mainloop for this operation.