Hi Group,
I have my pushbutton connected to 5V and the other leg to GPIO 20. I have a RISING edge detect event added that calls a function. I have other components attached to the Pi as well: motor board, stepper motor, camera, and 4 LEDs. Many times I don't even push the button but the interrupt event is triggered. I have a pull-down resistor setup through software on the GPIO pini. I have a bouncetime of 60s but I don't think that prevents multiple inputs from being registered. I only need the button to be registered one time. Any ideas what I have done wrong or should do