docs/pyb.Pin: af_list() is a normal method, not a class method.
This commit is contained in:
parent
8171995ee9
commit
0d8c22b122
@ -85,11 +85,7 @@ Constructors
|
||||
|
||||
Class methods
|
||||
-------------
|
||||
|
||||
.. method:: Pin.af_list()
|
||||
|
||||
Returns an array of alternate functions available for this pin.
|
||||
|
||||
|
||||
.. method:: Pin.debug([state])
|
||||
|
||||
Get or set the debugging state (``True`` or ``False`` for on or off).
|
||||
@ -179,6 +175,10 @@ Methods
|
||||
|
||||
Get the pin port.
|
||||
|
||||
.. method:: Pin.af_list()
|
||||
|
||||
Returns an array of alternate functions available for this pin.
|
||||
|
||||
.. method:: pin.pull()
|
||||
|
||||
Returns the currently configured pull of the pin. The integer returned
|
||||
|
Loading…
x
Reference in New Issue
Block a user