How to use interrupts with Python on the Raspberry Pi and RPi.GPIO
http://raspi.tv/2013/how-to-use-interrupts-with-python-on-the-raspberry-pi-and-rpi-gpio How to use interrupts with Python on the Raspberry Pi and RPi.GPIO Input and Output, interfacing, python programming, raspberry pi Add comments Mar172013 The latest big news in the world of Raspberry Pi Python GPIO programming is that Ben Croston has released an update for RPi.GPIO. Why is that a big deal? Because this version has interrupts. “What’s an interrupt?” I hear you say. It’s a way of waiting for something to happen without checking constantly whether or not it’s happening. Imagine that