Skip to content

Commit 93968bd

Browse files
committed
docs/machine.UART: Cleanup pyboard section.
1 parent 0a4361c commit 93968bd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/library/machine.UART.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using the standard stream methods::
3737
uart.readinto(buf) # read and store into the given buffer
3838
uart.write('abc') # write the 3 characters
3939

40-
.. only:: port_machineoard
40+
.. only:: port_pyboard
4141

4242
Individual characters can be read/written using::
4343

@@ -48,9 +48,6 @@ using the standard stream methods::
4848

4949
uart.any() # returns True if any characters waiting
5050

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-
5451
.. only:: port_wipy
5552

5653
To check if there is anything to be read, use::

0 commit comments

Comments
 (0)