Skip to content

Commit

Permalink
docs/esp32: Add a note to quickref about use of Pin.PULL_HOLD.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Mar 13, 2019
1 parent 6fa830b commit 28c2873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/esp32/quickref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ Notes:

* Pins 34-39 are input only, and also do not have internal pull-up resistors

* The pull value of some pins can be set to ``Pin.PULL_HOLD`` to reduce power
consumption during deepsleep.

PWM (pulse width modulation)
----------------------------

Expand Down

0 comments on commit 28c2873

Please sign in to comment.