Is there a timer in PROS? I am looking for a function or class that is similar to the VCS timer Class. If anyone has any links to some examples that would be great! Thanks for any help.
1069B - Argonauts
You can also implement your own timer using pros::c::millis()
which I believe is the core of all timers for PROS.
2 Likes