You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO libraries.
4
+
Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the [RPi.GPIO](https://pypi.python.org/pypi/RPi.GPIO) and [Adafruit_BBIO](https://pypi.python.org/pypi/Adafruit_BBIO) libraries.
5
5
6
-
This library depends on either the [RPi.GPIO](https://pypi.python.org/pypi/RPi.GPIO) or [Adafruit_BBIO](https://pypi.python.org/pypi/Adafruit_BBIO) library, depending on your hardware platform.
7
-
8
-
The library is currently in an early stage, but you can see how its used in the [Adafruit Nokia LCD library](https://pypi.python.org/pypi/Adafruit_BBIO) to write Python code that is easily portable between the Raspberry Pi and Beaglebone Black.
6
+
The library is currently in an early stage, but you can see how its used in the [Adafruit Nokia LCD library](https://github.com/adafruit/Adafruit_Nokia_LCD) to write Python code that is easily portable between the Raspberry Pi and Beaglebone Black.
0 commit comments