forked from platypush/platypush
Added LCD display integration (closes #145)
This commit is contained in:
parent
7a7c065754
commit
af614480b8
6 changed files with 421 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -328,5 +328,7 @@ setup(
|
|||
'github': ['pytz'],
|
||||
# Support for DHT11/DHT22/AM2302 temperature/humidity sensors
|
||||
'dht': ['Adafruit_Python_DHT @ git+https://github.com/adafruit/Adafruit_Python_DHT'],
|
||||
# Support for LCD display integration
|
||||
'lcd': ['RPi.GPIO', 'RPLCD'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue