Skip to content
Snippets Groups Projects
Commit 35270855 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

pyb.UART.rst: Clean up note about stream protocol support.

parent 77fc276c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment