Skip to content

Instantly share code, notes, and snippets.

@decause
Last active December 23, 2015 20:29
Show Gist options
  • Save decause/6690148 to your computer and use it in GitHub Desktop.
Save decause/6690148 to your computer and use it in GitHub Desktop.
BeagleBoneBlack
from bb_pystepper import Stepper
mystepper = Stepper()
mystepper.rotate(180, 10)
mystepper.angle
su
opkg update
opkg install python python-modules python-pyserial python-numpy python-setuptools python-misc python-pip python-distutils git
git clone git://github.com/adafruit/adafruit-beaglebone-io-python.git
/usr/bin/ntpdate -b -s -u pool.ntp.org
cd adafruit-beaglebone-io-python
python setup.py install
git clone git://github.com/petebachant/bb_pystepper.git
cd bb_pystepper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment