read the docs
This commit is contained in:
parent
6bdd671105
commit
c5fe6d8d0b
1 changed files with 10 additions and 1 deletions
11
docs/api.rst
11
docs/api.rst
|
@ -4,5 +4,14 @@
|
|||
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
|
||||
.. use this format as the module name: "adafruit_foo.foo"
|
||||
|
||||
.. automodule:: adafruit_pn532
|
||||
.. automodule:: adafruit_pn532.adafruit_pn532
|
||||
:members:
|
||||
|
||||
.. automodule:: adafruit_pn532.i2c
|
||||
:members:
|
||||
|
||||
.. automodule:: adafruit_pn532.spi
|
||||
:members:
|
||||
|
||||
.. automodule:: adafruit_pn532.uart
|
||||
:members:
|
||||
|
|
Loading…
Reference in a new issue