pyb.UART.rst: Clean up note about stream protocol support.
This commit is contained in:
parent
77fc276c08
commit
3527085587
|
@ -38,7 +38,7 @@ To check if there is anything to be read, use::
|
||||||
|
|
||||||
uart.any() # returns True if any characters waiting
|
uart.any() # returns True if any characters waiting
|
||||||
|
|
||||||
*Note:* The stream functions ``read``, ``write`` etc Are new in Micro Python since v1.3.4.
|
*Note:* The stream functions ``read``, ``write``, etc. are new in Micro Python v1.3.4.
|
||||||
Earlier versions use ``uart.send`` and ``uart.recv``.
|
Earlier versions use ``uart.send`` and ``uart.recv``.
|
||||||
|
|
||||||
Constructors
|
Constructors
|
||||||
|
|
Loading…
Reference in New Issue