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
585aafc2
Commit
585aafc2
authored
Jun 08, 2016
by
Paul Sokolovsky
Browse files
docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such.
parent
0d8c22b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/library/pyb.ExtInt.rst
View file @
585aafc2
...
...
@@ -72,7 +72,7 @@ Constructors
Class methods
-------------
.. method:: ExtInt.regs()
..
class
method:: ExtInt.regs()
Dump the values of the EXTI registers.
...
...
docs/library/pyb.Pin.rst
View file @
585aafc2
...
...
@@ -86,15 +86,15 @@ Constructors
Class methods
-------------
.. method:: Pin.debug([state])
..
class
method:: Pin.debug([state])
Get or set the debugging state (``True`` or ``False`` for on or off).
.. method:: Pin.dict([dict])
..
class
method:: Pin.dict([dict])
Get or set the pin mapper dictionary.
.. method:: Pin.mapper([fun])
..
class
method:: Pin.mapper([fun])
Get or set the pin mapper function.
...
...
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