adafruit / Adafruit_Python_MCP3008

Python code to use the MCP3008 analog to digital converter with a Raspberry Pi or BeagleBone black.
MIT License
81 stars 68 forks source link

simpletest.py not working. #2

Closed abhijeetarmal closed 5 years ago

abhijeetarmal commented 7 years ago

simpletest.py is not working but differential.py is working fine.

kattni commented 5 years ago

This library is no longer supported. We have written a library called Adafruit Blinka that allows for using CircuitPython libraries on SBCs with GPIO. Please see the Adafruit CircuitPython MCP3xxx library for using the MCP3008.