Skip to content

Commit 298b325

Browse files
EddieParisdpgeorge
authored andcommitted
docs/esp8266: Add a note concerning GPIO16 pull capabilities.
1 parent 359d2bd commit 298b325

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/esp8266/tutorial/pins.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ it. To make an input pin use::
1717
>>> pin = machine.Pin(0, machine.Pin.IN, machine.Pin.PULL_UP)
1818

1919
You can either use PULL_UP or None for the input pull-mode. If it's
20-
not specified then it defaults to None, which is no pull resistor.
20+
not specified then it defaults to None, which is no pull resistor. GPIO16
21+
has no pull-up mode.
2122
You can read the value on the pin using::
2223

2324
>>> pin.value()

0 commit comments

Comments
 (0)