forked from platypush/platypush
Added Arduino docs
This commit is contained in:
parent
d8a7c9c6e0
commit
f0a77c12a4
4 changed files with 12 additions and 0 deletions
|
@ -38,6 +38,7 @@ Backends
|
|||
platypush/backend/scard.rst
|
||||
platypush/backend/sensor.rst
|
||||
platypush/backend/sensor.accelerometer.rst
|
||||
platypush/backend/sensor.arduino.rst
|
||||
platypush/backend/sensor.bme280.rst
|
||||
platypush/backend/sensor.distance.rst
|
||||
platypush/backend/sensor.distance.vl53l1x.rst
|
||||
|
|
5
docs/source/platypush/backend/sensor.arduino.rst
Normal file
5
docs/source/platypush/backend/sensor.arduino.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.sensor.arduino``
|
||||
====================================
|
||||
|
||||
.. automodule:: platypush.backend.sensor.arduino
|
||||
:members:
|
5
docs/source/platypush/plugins/arduino.rst
Normal file
5
docs/source/platypush/plugins/arduino.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.arduino``
|
||||
=============================
|
||||
|
||||
.. automodule:: platypush.plugins.arduino
|
||||
:members:
|
|
@ -7,6 +7,7 @@ Plugins
|
|||
:caption: Plugins:
|
||||
|
||||
platypush/plugins/adafruit.io.rst
|
||||
platypush/plugins/arduino.rst
|
||||
platypush/plugins/assistant.rst
|
||||
platypush/plugins/assistant.echo.rst
|
||||
platypush/plugins/assistant.google.rst
|
||||
|
|
Loading…
Reference in a new issue