Added LTR559 sensor plugin and backend

This commit is contained in:
Fabio Manganiello 2019-08-14 21:27:25 +02:00
parent 80f969cfce
commit 19dc96ff1c
4 changed files with 77 additions and 0 deletions

View file

@ -173,6 +173,8 @@ setup(
'Support for NFC tags': ['nfcpy>=1.0', 'ndef'],
'Support for enviropHAT': ['envirophat'],
'Support for GPS': ['gps'],
'Support for BME280 environment sensor': ['pimoroni-bme280'],
'Support for LTR559 light/proximity sensor': ['ltr559'],
# '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']