Skip to content

Commit 0cb10b5

Browse files
committed
docs/esp8266/quickref: Add note about GPIO16.
1 parent 159f1aa commit 0cb10b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/esp8266/quickref.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ Use the ``machine.Pin`` class::
113113

114114
Available pins are: 0, 1, 2, 3, 4, 5, 12, 13, 14, 15, 16.
115115
Note that Pin(1) and Pin(3) are REPL UART TX and RX respectively.
116+
Also note that Pin(16) is a special pin (used for wakeup from deepsleep
117+
mode) and may be not available for use with higher-level classes like
118+
``Neopixel``.
116119

117120
PWM (pulse width modulation)
118121
----------------------------

0 commit comments

Comments
 (0)