File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 66
77This is a set of Python tools to allow GPIO, PWM, and ADC access on the BeagleBone using the Linux 3.8 Kernel and above (latest releases).
88
9- It has been tested on the 5-20 and 6-6 Angstrom image on the BeagleBone Black.
10-
119**Note: BBIO has been renamed to Adafruit_BBIO. **
1210
13- **Installation on Angstrom **
14-
15- Easiest::
16-
17- /usr/bin/ntpdate -b -s -u pool.ntp.org
18- opkg update && opkg install python-pip python-setuptools
19- pip install Adafruit_BBIO
20-
21- Manual::
22-
23- git clone git://github.com/adafruit/adafruit-beaglebone-io-python.git
24- #set the date and time
25- /usr/bin/ntpdate -b -s -u pool.ntp.org
26- #install dependency
27- opkg update && opkg install python-distutils
28- cd adafruit-beaglebone-io-python
29- python setup.py install
30-
3111**Installation on Ubuntu/Debian **
3212
3313Easiest::
You can’t perform that action at this time.
0 commit comments