graycatlabs / PyBBIO

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

the need to call bbio_init() #76

Closed n-epifanov closed 9 years ago

n-epifanov commented 9 years ago

Hi,

as I understand from the sources bbio_init() gets called on import and bbio_cleanup() on app exit. But here it says they have to be called manually: https://github.com/graycatlabs/PyBBIO/wiki/Using-PyBBIO

alexanderhiam commented 9 years ago

That's correct, the init and cleanup is automatic now, that page was outdated. Fixed now, thanks!