35 lines
662 B
ReStructuredText
35 lines
662 B
ReStructuredText
|
.. i2cdriver documentation master file, created by
|
||
|
sphinx-quickstart on Tue Apr 23 09:48:39 2019.
|
||
|
You can adapt this file completely to your liking, but it should at least
|
||
|
contain the root `toctree` directive.
|
||
|
|
||
|
Welcome to i2cdriver's documentation!
|
||
|
=====================================
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
|
||
|
AAAAAAAA
|
||
|
|
||
|
.. autoclass:: i2cdriver.I2CDriver
|
||
|
:member-order: bysource
|
||
|
:members:
|
||
|
__init__,
|
||
|
setspeed, setpullups,
|
||
|
scan, reset,
|
||
|
start, stop, read, write,
|
||
|
getstatus,
|
||
|
regwr, regrd,
|
||
|
monitor
|
||
|
|
||
|
BBBBBBBB
|
||
|
|
||
|
Indices and tables
|
||
|
==================
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
* :ref:`search`
|
||
|
|