No description
Find a file
2014-06-16 16:05:10 -07:00
Adafruit_GPIO Remove unnecessary logger. 2014-06-16 16:05:10 -07:00
test Refactor platform_detect to Platform, add Pi revision detect function, and default I2C bus function. 2014-06-16 15:52:44 -07:00
.gitignore Refactor platform detection to common module, and add I2C support. 2014-06-16 13:37:42 -07:00
ez_setup.py Initial commit. 2014-05-30 05:48:21 -07:00
LICENSE Initial commit 2014-05-30 05:44:43 -07:00
README.md Update README.md 2014-05-30 05:56:44 -07:00
setup.py Refactor platform detection to common module, and add I2C support. 2014-06-16 13:37:42 -07:00

Adafruit Python GPIO Library

Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO libraries.

The library is currently in an early stage, but you can see how its used in the Adafruit Nokia LCD library to write Python code that is easily portable between the Raspberry Pi and Beaglebone Black.