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

docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such.

parent 0d8c22b1
Branches
Tags
No related merge requests found
...@@ -72,7 +72,7 @@ Constructors ...@@ -72,7 +72,7 @@ Constructors
Class methods Class methods
------------- -------------
.. method:: ExtInt.regs() .. classmethod:: ExtInt.regs()
Dump the values of the EXTI registers. Dump the values of the EXTI registers.
......
...@@ -86,15 +86,15 @@ Constructors ...@@ -86,15 +86,15 @@ Constructors
Class methods Class methods
------------- -------------
.. method:: Pin.debug([state]) .. classmethod:: 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).
.. method:: Pin.dict([dict]) .. classmethod:: Pin.dict([dict])
Get or set the pin mapper dictionary. Get or set the pin mapper dictionary.
.. method:: Pin.mapper([fun]) .. classmethod:: Pin.mapper([fun])
Get or set the pin mapper function. Get or set the pin mapper function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment