diff options
author | Damien George <damien.p.george@gmail.com> | 2019-03-14 07:38:50 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-03-14 07:38:50 +1100 |
commit | 28c2873d99a6dcd8978eea1161fc2346fed067d0 (patch) | |
tree | 9eaaf840869114f63605d96673f0648d7049f6a9 /docs/esp32 | |
parent | 6fa830bfd84fe0d4b3f33381ec38bd987c4937dc (diff) | |
download | micropython-28c2873d99a6dcd8978eea1161fc2346fed067d0.tar.gz micropython-28c2873d99a6dcd8978eea1161fc2346fed067d0.zip |
docs/esp32: Add a note to quickref about use of Pin.PULL_HOLD.
Diffstat (limited to 'docs/esp32')
-rw-r--r-- | docs/esp32/quickref.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/esp32/quickref.rst b/docs/esp32/quickref.rst index 426d14e3ec..e6c53b1172 100644 --- a/docs/esp32/quickref.rst +++ b/docs/esp32/quickref.rst @@ -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) ---------------------------- |