I have a Game Timer Pro with the Keypad. I would like the person to have to solve the cable cut portion before it activates the keypad for them to solve that one.
I am pretty comfortable with Arduino but with all the libraries I am not sure the best way to go about it.
Originally I was just going to put an if statement with a variable that if the wires were not solved don’t run the keypad, and if the wires were solved to skip that portion and go right to the keypad. But not sure if that would screw something else up.
Where would you start on this project?