Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
0d8c22b1
Commit
0d8c22b1
authored
Jun 08, 2016
by
Paul Sokolovsky
Browse files
docs/pyb.Pin: af_list() is a normal method, not a class method.
parent
8171995e
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/library/pyb.Pin.rst
View file @
0d8c22b1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment