We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a384a53 commit f1eb672Copy full SHA for f1eb672
docs/library/pyb.Pin.rst
@@ -148,6 +148,10 @@ Methods
148
Returns the currently configured alternate-function of the pin. The
149
integer returned will match one of the allowed constants for the af
150
argument to the init function.
151
+
152
+ .. method:: Pin.af_list()
153
154
+ Returns an array of alternate functions available for this pin.
155
156
.. method:: Pin.gpio()
157
@@ -174,10 +178,6 @@ Methods
174
178
.. method:: Pin.port()
175
179
176
180
Get the pin port.
177
-
- .. method:: Pin.af_list()
- Returns an array of alternate functions available for this pin.
181
182
.. method:: Pin.pull()
183
0 commit comments