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
alexanderhiam edited this page Jul 11, 2012
·
41 revisions
PyBBIO is a Python library for hardware IO support on the TI Beaglebone.
It is designed to mimic the Arduino API to create a friendly and familiar development environment.
###- Installing, updating and uninstalling
###- Documentation
###- Similar projects
PyBBIO works by reading and writing directly to the /dev/mem special file, and therefore it needs root privileges to run.
For more info on the mmap technique used by PyBBIO, check out the tutorial here.