Sometimes I get a little sloppy action with a program that interfaces to the GPIO pins set as inputs. I do intend on using an opto isolator with my switch which will clean things up and of course I have pullups on the pins. (By the way, are there internal pullups you can use?)
Anyway, does using the option of rising or falling edge make a difference? (I imagine it would) Anyone out there that has noted the difference? I go low = True for my input so falling edge would be the choice.
Thanks.