Skip to content
Snippets Groups Projects
Commit 0c86a947 authored by Radomir Dopieralski's avatar Radomir Dopieralski Committed by Paul Sokolovsky
Browse files

docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs.

parent 8db61e5b
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ Methods
When no pins are given, then the default set of TX and RX pins is taken, and hardware
flow control will be disabled. If pins=None, no pin assignment will be made.
.. only:: not port_esp8266
.. method:: uart.deinit()
Turn off the UART bus.
......@@ -127,6 +129,8 @@ Methods
Return value: number of bytes written or ``None`` on timeout.
.. only:: not port_esp8266
.. method:: uart.sendbreak()
Send a break condition on the bus. This drives the bus low for a duration
......@@ -158,6 +162,8 @@ Methods
Returns an irq object.
.. only:: not port_esp8266
Constants
---------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment