We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2fa52 commit 2c5fc68Copy full SHA for 2c5fc68
docs/library/machine.Pin.rst
@@ -3,7 +3,8 @@
3
class Pin -- control I/O pins
4
=============================
5
6
-A pin is the basic object to control I/O pins. It has methods to set
+A pin is the basic object to control I/O pins (also known as GPIO -
7
+general-purpose input/output). It has methods to set
8
the mode of the pin (input, output, etc) and methods to get and set the
9
digital logic level. For analog control of a pin, see the ADC class.
10
@@ -132,7 +133,7 @@ Methods
132
133
.. method:: pin([value])
134
135
Pin objects are callable. The call method provides a (fast) shortcut to set and get the value of the pin.
- See **pin.value** for more details.
136
+ See :func:`pin.value` for more details.
137
138
.. method:: pin.alt_list()
139
0 commit comments