We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b58031 commit 574848eCopy full SHA for 574848e
adafruit_pio_uart.py
@@ -43,7 +43,7 @@ def __init__(
43
self._timeout = timeout
44
self.rx_pio = None
45
if rx:
46
- if rts:
+ if rts:
47
# Fleshed-out 8n1 UART receiver with hardware flow control handling
48
# framing errors and break conditions more gracefully.
49
# Wait for the start bit whilst updating rts with the FIFO level
0 commit comments