Skip to content

Commit

Permalink
docs/esp32: Mention Signal in GPIO section of quickref.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauser authored and dpgeorge committed May 14, 2021
1 parent 30cbcf8 commit 85c51a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/esp32/quickref.rst
Expand Up @@ -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)
-----------------

Expand Down

0 comments on commit 85c51a5

Please sign in to comment.