We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359d2bd commit 298b325Copy full SHA for 298b325
1 file changed
docs/esp8266/tutorial/pins.rst
@@ -17,7 +17,8 @@ it. To make an input pin use::
17
>>> pin = machine.Pin(0, machine.Pin.IN, machine.Pin.PULL_UP)
18
19
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.
+not specified then it defaults to None, which is no pull resistor. GPIO16
21
+has no pull-up mode.
22
You can read the value on the pin using::
23
24
>>> pin.value()
0 commit comments