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

Beaglebone #1

Closed symbiosdotwiki closed 8 years ago

symbiosdotwiki commented 8 years ago

Hi I just wanted to make sure this code/the examples worked as shown with the BBB without modification, or if the Adafruit_GPIO library needed to be replaced with Adafruit_BBIO or something. Thanks!

tdicola commented 8 years ago

Yep this will work as is with the BeagleBone Black. It will use the BBIO library for GPIO access and the normal python-spidev module for SPI access.