Skip to content

Commit fabaa61

Browse files
committed
docs/library/machine.UART: Remove pyboard-specific section.
stmhal doesn't have a machine.UART class so this section is not needed.
1 parent e75fd3a commit fabaa61

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

docs/library/machine.UART.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ using the standard stream methods::
3232
uart.readinto(buf) # read and store into the given buffer
3333
uart.write('abc') # write the 3 characters
3434

35-
.. only:: port_pyboard
36-
37-
Individual characters can be read/written using::
38-
39-
uart.readchar() # read 1 character and returns it as an integer
40-
uart.writechar(42) # write 1 character
41-
42-
To check if there is anything to be read, use::
43-
44-
uart.any() # returns True if any characters waiting
45-
4635
Constructors
4736
------------
4837

0 commit comments

Comments
 (0)