Skip to content
Snippets Groups Projects
Commit b18fa1e6 authored by Damien George's avatar Damien George
Browse files

docs/library/machine.UART.rst: Specify optional txbuf and rxbuf args.

If a port would like to expose the configuration of transmit and/or receive
buffers then it can use these arguments.
parent fe1ef507
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ Methods
- *tx* specifies the TX pin to use.
- *rx* specifies the RX pin to use.
- *txbuf* specifies the length in characters of the TX buffer.
- *rxbuf* specifies the length in characters of the RX buffer.
On the WiPy only the following keyword-only parameter is supported:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment