No description
Find a file
2014-12-20 16:42:55 -08:00
Adafruit_GPIO Merge event detect logic and pull up/down resistor change. Update GPIO tests and simplify constant mapping with dicts. 2014-12-20 16:40:42 -08:00
test Merge event detect logic and pull up/down resistor change. Update GPIO tests and simplify constant mapping with dicts. 2014-12-20 16:40:42 -08:00
.gitignore Ignore PyCharm files 2014-12-15 16:59:12 +01: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 Bump up version to 0.7. No breaking changes to existing interfaces, merely a version bump to differentiate library versions with event detection support from those without. 2014-12-20 16:42:55 -08: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.