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
1
setup.py
1
setup.py
|
@ -175,6 +175,7 @@ setup(
|
|||
'Support for GPS': ['gps'],
|
||||
'Support for BME280 environment sensor': ['pimoroni-bme280'],
|
||||
'Support for LTR559 light/proximity sensor': ['ltr559'],
|
||||
'Support for VL53L1X laser ranger/distance sensor': ['smbus2','vl53l1x'],
|
||||
# 'Support for Leap Motion backend': ['git+ssh://git@github.com:BlackLight/leap-sdk-python3.git'],
|
||||
# 'Support for Flic buttons': ['git+https://@github.com/50ButtonsEach/fliclib-linux-hci.git']
|
||||
# 'Support for media subtitles': ['git+https://github.com/agonzalezro/python-opensubtitles#egg=python-opensubtitles']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue