Skip to content
Snippets Groups Projects
Commit 0d8c22b1 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/pyb.Pin: af_list() is a normal method, not a class method.

parent 8171995e
No related branches found
No related tags found
No related merge requests found
...@@ -86,10 +86,6 @@ Constructors ...@@ -86,10 +86,6 @@ Constructors
Class methods Class methods
------------- -------------
.. method:: Pin.af_list()
Returns an array of alternate functions available for this pin.
.. method:: Pin.debug([state]) .. method:: Pin.debug([state])
Get or set the debugging state (``True`` or ``False`` for on or off). Get or set the debugging state (``True`` or ``False`` for on or off).
...@@ -179,6 +175,10 @@ Methods ...@@ -179,6 +175,10 @@ Methods
Get the pin port. Get the pin port.
.. method:: Pin.af_list()
Returns an array of alternate functions available for this pin.
.. method:: pin.pull() .. method:: pin.pull()
Returns the currently configured pull of the pin. The integer returned Returns the currently configured pull of the pin. The integer returned
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment