mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
pyb.UART.rst: Clean up note about stream protocol support.
This commit is contained in:
@@ -38,7 +38,7 @@ To check if there is anything to be read, use::
|
||||
|
||||
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``.
|
||||
|
||||
Constructors
|
||||
|
||||
Reference in New Issue
Block a user