Added Arduino docs

This commit is contained in:
Fabio Manganiello 2020-01-05 00:50:58 +01:00
parent d8a7c9c6e0
commit f0a77c12a4
4 changed files with 12 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
``platypush.backend.sensor.arduino``
====================================
.. automodule:: platypush.backend.sensor.arduino
:members:

View File

@ -0,0 +1,5 @@
``platypush.plugins.arduino``
=============================
.. automodule:: platypush.plugins.arduino
:members:

View File

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