Add MCP3008 and potentiometer example

This commit is contained in:
Ben Nuttall
2015-09-30 19:02:12 +01:00
parent 21297ab2bb
commit fbede611df
4 changed files with 65 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ setup(
install_requires=[
"RPi.GPIO",
"w1thermsensor",
"spidev",
],
long_description=read('README.rst'),
classifiers=[