Skip to content
alexanderhiam edited this page Dec 8, 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 ###- API 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.