We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4361c commit 93968bdCopy full SHA for 93968bd
1 file changed
docs/library/machine.UART.rst
@@ -37,7 +37,7 @@ using the standard stream methods::
37
uart.readinto(buf) # read and store into the given buffer
38
uart.write('abc') # write the 3 characters
39
40
-.. only:: port_machineoard
+.. only:: port_pyboard
41
42
Individual characters can be read/written using::
43
@@ -48,9 +48,6 @@ using the standard stream methods::
48
49
uart.any() # returns True if any characters waiting
50
51
- *Note:* The stream functions ``read``, ``write``, etc. are new in MicroPython v1.3.4.
52
- Earlier versions use ``uart.send`` and ``uart.recv``.
53
-
54
.. only:: port_wipy
55
56
To check if there is anything to be read, use::
0 commit comments