GPIO.wait_for_edge() continuous loop in while True function
A Python module to control the GPIO on a Raspberry Pi
Brought to you by:
croston
When GPIO.wait_for_edge(23, GPIO.FALLING) is triggered at the start of a while True loop, the loop continues to repeat without being re-triggered. This happens with RPi.GPIO version 0.5.8 but not version 0.5.6.
Please see http://www.raspberrypi.org/forums/viewtopic.php?f=28&t=88091&p=644021#p644021 including my comments at Nov 18th.
Fix in source code library - will be part of next release
Diff:
Part of release 0.5.9