1 parent e75fd3a commit fabaa61Copy full SHA for fabaa61
1 file changed
docs/library/machine.UART.rst
@@ -32,17 +32,6 @@ using the standard stream methods::
32
uart.readinto(buf) # read and store into the given buffer
33
uart.write('abc') # write the 3 characters
34
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
46
Constructors
47
------------
48
0 commit comments