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 a9b2482 commit 7d30e6dCopy full SHA for 7d30e6d
docs/piouart.rst
@@ -3,8 +3,8 @@
3
4
Equivalent to the Arduino SoftwareSerial library, an emulated UART using
5
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.
+allows for up to 4 bidirectional or up to 8 unidirectional serial ports to
+be run from the RP2040 without requiring additional CPU resources.
8
9
Instantiate a ``SerialPIO(txpin, rxpin, fifosize)`` object in your sketch and then
10
use it the same as any other serial port. Even, odd, and no parity modes
0 commit comments