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.
pull/4032/merge
Damien George 2018-08-04 16:00:06 +10:00
rodzic fe1ef507ef
commit b18fa1e606
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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: