We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ###- Using PyBBIO ###- 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.
/dev/mem