Skip to content
Snippets Groups Projects
Commit 0cb10b52 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/esp8266/quickref: Add note about GPIO16.

parent 159f1aac
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,9 @@ Use the ``machine.Pin`` class:: ...@@ -113,6 +113,9 @@ Use the ``machine.Pin`` class::
Available pins are: 0, 1, 2, 3, 4, 5, 12, 13, 14, 15, 16. Available pins are: 0, 1, 2, 3, 4, 5, 12, 13, 14, 15, 16.
Note that Pin(1) and Pin(3) are REPL UART TX and RX respectively. Note that Pin(1) and Pin(3) are REPL UART TX and RX respectively.
Also note that Pin(16) is a special pin (used for wakeup from deepsleep
mode) and may be not available for use with higher-level classes like
``Neopixel``.
PWM (pulse width modulation) PWM (pulse width modulation)
---------------------------- ----------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment