Problem with interrupts added after removed
A Python module to control the GPIO on a Raspberry Pi
Brought to you by:
croston
It seems to me that when one adds and event detection, then removes it and the adds it again, something strange happen: 1) an event is removed to the "detection list"; 2) the event happens; 3) The event is added to the detection list; Result) The callback function is called immediately after 3) even if the event occurred while it was not detected
for details: here