mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
Usage as in the other ports:
keyword "invert"
constants: INV_TX and INV_RX
Sample: uart = UART(1, invert=UART.INV_TX | UART.INV_RX)