Skip to content

Commit 7d30e6d

Browse files
Update piouart.rst
1 parent a9b2482 commit 7d30e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/piouart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
Equivalent to the Arduino SoftwareSerial library, an emulated UART using
55
one or two PIO state machines is included in the Arduino-Pico core. This
6-
allows for up to 8 additional serial ports to be run from the RP2040 without
7-
requiring additional CPU resources.
6+
allows for up to 4 bidirectional or up to 8 unidirectional serial ports to
7+
be run from the RP2040 without requiring additional CPU resources.
88

99
Instantiate a ``SerialPIO(txpin, rxpin, fifosize)`` object in your sketch and then
1010
use it the same as any other serial port. Even, odd, and no parity modes

0 commit comments

Comments
 (0)