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 Aug 25, 2025. It is now read-only.
This image shows all the pins currently supported by PyBBIO, color coded by type, and each with the same name as its pin constant.
-Full size image
---
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](http://www.alexanderhiam.com/tutorials/beaglebone-io-using-python-mmap/).