forked from fossasia/pslab-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fossasia#36 added steps to build documentation and modified PSL.S…
…ENSORS.rst to generate SENSOR documentation
- Loading branch information
1 parent
f2309c4
commit 36cd10b
Showing
4 changed files
with
149 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ __PYCACHE__ | |
build | ||
_* | ||
PSL.egg-info | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
PSL.SENSORS package | ||
=================== | ||
|
||
Submodules | ||
---------- | ||
|
||
PSL.SENSORS.AD7718_class module | ||
------------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.AD7718_class | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.AD9833 module | ||
------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.AD9833 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.BH1750 module | ||
------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.BH1750 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.BMP180 module | ||
------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.BMP180 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.ComplementaryFilter module | ||
-------------------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.ComplementaryFilter | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.HMC5883L module | ||
--------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.HMC5883L | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.Kalman module | ||
------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.Kalman | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.MF522 module | ||
------------------------ | ||
|
||
.. automodule:: PSL.SENSORS.MF522 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.MLX90614 module | ||
--------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.MLX90614 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.MPU6050 module | ||
-------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.MPU6050 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.SHT21 module | ||
------------------------ | ||
|
||
.. automodule:: PSL.SENSORS.SHT21 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.SSD1306 module | ||
-------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.SSD1306 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.TSL2561 module | ||
-------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.TSL2561 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
PSL.SENSORS.supported module | ||
---------------------------- | ||
|
||
.. automodule:: PSL.SENSORS.supported | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: PSL.SENSORS | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file was deleted.
Oops, something went wrong.