Added plugin for supporting MCP3008 ADC for analog sensors

This commit is contained in:
Fabio Manganiello 2018-04-17 01:02:55 +02:00
parent 40d1b7481a
commit 2186336bbc
2 changed files with 90 additions and 0 deletions

View file

@ -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']
},
)