forked from platypush/platypush
Added plugin for supporting MCP3008 ADC for analog sensors
This commit is contained in:
parent
40d1b7481a
commit
2186336bbc
2 changed files with 90 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -80,6 +80,8 @@ setup(
|
|||
'Support for most of the HTTP poll backends': ['python-dateutil'],
|
||||
'Support for Last.FM scrobbler plugin': ['pylast'],
|
||||
'Support for custom hotword detection': ['snowboy'],
|
||||
'Support for GPIO pins access': ['RPi.GPIO'],
|
||||
'Support for MCP3008 analog-to-digital converter plugin': ['adafruit-mcp3008'],
|
||||
# 'Support for Flic buttons': ['git+ssh://git@github.com/50ButtonsEach/fliclib-linux-hci']
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue