Fairly simple problem, I'm trying to make a "simple" (lol that didn't work out) timer, and the part that is tripping me up is, oddly enough, the bloody start button. Basically, the code should in theory just sit on "Start timer?" indefinitely if the button is not pressed (the code is in an if clause on that button etc) and there's no code based reason for it to start on its own, but it does?!
To figure out if this was my code my board I made a very simple program, it reads from pin 6, and if it's HIGH it Serial.prints TRUE, and if it's low it prints FALSE. I hooked up a button to the 5V rail, and plugged it into the pin. Looking at the serial monitor, it seems to oscillate between FALSE and TRUE, without pressing the button? There's categorically no volts getting to the pin, but it periodically reads HIGH? How is this happening? Have I fried my board somehow or what? Any help would be greatly appreciated.