Added plugin and backend for VL53L1X laser ranger/distance sensor

This commit is contained in:
Fabio Manganiello 2019-08-15 00:24:57 +02:00
parent 8462f474f7
commit e60660b0e6
8 changed files with 115 additions and 0 deletions

View file

@ -32,6 +32,7 @@ Backends
platypush/backend/scard.rst
platypush/backend/sensor.accelerometer.rst
platypush/backend/sensor.bme280.rst
platypush/backend/sensor.distance.vl53l1x.rst
platypush/backend/sensor.envirophat.rst
platypush/backend/sensor.ir.zeroborg.rst
platypush/backend/sensor.leap.rst

View file

@ -0,0 +1,6 @@
``platypush.backend.sensor.distance.vl53l1x``
=============================================
.. automodule:: platypush.backend.sensor.distance.vl53l1x
:members:

View file

@ -0,0 +1,6 @@
``platypush.plugins.gpio.sensor.distance.vl53l1x``
==================================================
.. automodule:: platypush.plugins.gpio.sensor.distance.vl53l1x
:members:

View file

@ -27,6 +27,7 @@ Plugins
platypush/plugins/gpio.sensor.accelerometer.rst
platypush/plugins/gpio.sensor.bme280.rst
platypush/plugins/gpio.sensor.distance.rst
platypush/plugins/gpio.sensor.distance.vl53l1x.rst
platypush/plugins/gpio.sensor.envirophat.rst
platypush/plugins/gpio.sensor.ltr559.rst
platypush/plugins/gpio.sensor.mcp3008.rst