I was wondering if anyone else had the issue of a false 0/LOW state when there Arduino was using the INPUT_PULLUP for a button read? My motor just started out of the blue without me pressing the button, allowing it to go to ground (0) and it had to be a false reading of the button.
I'm wondering if anyone else has experienced this and whether I am better off reversing the logic and using a resistor to ground (for that specific input pin) and instead read a HIGH/1.
Thanks!
p.s..... I've used the INPUT_PULLUP on other projects and never had an issue - this is the first time I've seen this.