docs/esp32: Mention Signal in GPIO section of quickref.

pull/7267/head
Mike Causer 2021-04-30 15:57:20 +10:00 zatwierdzone przez Damien George
rodzic 30cbcf881d
commit 85c51a548f
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -171,6 +171,10 @@ Notes:
* The pull value of some pins can be set to ``Pin.PULL_HOLD`` to reduce power
consumption during deepsleep.
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)
-----------------