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

This commit is contained in:
Paul Sokolovsky 2016-06-08 16:00:12 +03:00
parent 0d8c22b122
commit 585aafc27e
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.