Hi! I'm doing a little project wich involves helping people move more and be healthy. The idea is that i want to make a obstacle course with 3 buttons that the user needs to press on their way. The user has 1 minute to press as much buttons as he/she can and the time start when the user goes through a motion sensor.
But i am not that great with the Arduino coding software and i only know the basics. I have tried googling "arduino timer" but every result is a little to hard for me to understand. There are some things i have found out, like that you should not use delay because it pauses everything else but Millis().
Now my question would be: Is there a easy way to make a timer that goes on for a minute and can remember how many buttons are pressed at the end of the one minute mark?
TLDR: Having alot of fun with the Arduino, but i am kinda stuck now in my project.
Ps. sorry for the english errors, but it's not my first language.