graycatlabs / PyBBIO

A Python library for Arduino-style hardware IO support on the Beaglebone
https://github.com/graycatlabs/PyBBIO/wiki
MIT License
251 stars 87 forks source link

universal-io support #86

Open alexanderhiam opened 9 years ago

alexanderhiam commented 9 years ago

PyBBIO should detect if the universal-io overlay is loaded at import, and if so use it for pinmuxing. If not loaded, it should default to the custom DT overlay method.