Interrupt driven GPIO with Python
There are several Python libraries out there for interacting with the GPIO pins on a Raspberry Pi:
- RPi.GPIO
- The WiringPi bindings for Python, and
- The Quick2Wire Python API (which depends on Python 3)
All of them are reasonably easy to use, but the Quick2Wire API provides a uniquely useful …
read more