GPIO.add_event_detect(btn_input, GPIO.BOTH, callback=buttonEventHandler, bouncetime=200) ### RuntimeError: Failed to add edge detection **Please help me !**
GPIO.add_event_detect(btn_input, GPIO.BOTH, callback=buttonEventHandler, bouncetime=200)
RuntimeError: Failed to add edge detection
Please help me !