docs/esp8266: Mention Signal in GPIO section of quickref.
This commit is contained in:
committed by
Damien George
parent
85c51a548f
commit
d43ed087ae
@@ -138,6 +138,10 @@ Also note that Pin(16) is a special pin (used for wakeup from deepsleep
|
|||||||
mode) and may be not available for use with higher-level classes like
|
mode) and may be not available for use with higher-level classes like
|
||||||
``Neopixel``.
|
``Neopixel``.
|
||||||
|
|
||||||
|
There's a higher-level abstraction :ref:`machine.Signal <machine.Signal>`
|
||||||
|
which can be used to invert a pin. Useful for illuminating active-low LEDs
|
||||||
|
using ``on()`` or ``value(1)``.
|
||||||
|
|
||||||
UART (serial bus)
|
UART (serial bus)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user