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

AttributeError - MCP3008 example code #3

Closed jedenoon closed 5 years ago

jedenoon commented 7 years ago
salmanfarisvp commented 6 years ago

Did you installed python library before running the example ...? if not sudo pip install adafruit-mcp3008 , install the library first .

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.