forked from platypush/platypush
Added plugin and backend for VL53L1X laser ranger/distance sensor
This commit is contained in:
parent
8462f474f7
commit
e60660b0e6
8 changed files with 115 additions and 0 deletions
docs/source
|
@ -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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
``platypush.backend.sensor.distance.vl53l1x``
|
||||
=============================================
|
||||
|
||||
.. automodule:: platypush.backend.sensor.distance.vl53l1x
|
||||
:members:
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.gpio.sensor.distance.vl53l1x``
|
||||
==================================================
|
||||
|
||||
.. automodule:: platypush.plugins.gpio.sensor.distance.vl53l1x
|
||||
:members:
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue