1 parent 8171995 commit 0d8c22bCopy full SHA for 0d8c22b
1 file changed
docs/library/pyb.Pin.rst
@@ -85,11 +85,7 @@ Constructors
85
86
Class methods
87
-------------
88
-
89
- .. method:: Pin.af_list()
90
91
- Returns an array of alternate functions available for this pin.
92
+
93
.. method:: Pin.debug([state])
94
95
Get or set the debugging state (``True`` or ``False`` for on or off).
@@ -179,6 +175,10 @@ Methods
179
175
180
176
Get the pin port.
181
177
178
+ .. method:: Pin.af_list()
+ Returns an array of alternate functions available for this pin.
182
.. method:: pin.pull()
183
184
Returns the currently configured pull of the pin. The integer returned
0 commit comments