So I figured out how to use the timer but is it possible to use more than one timer at the same time? If you are wondering what I am going to use it for all I am going to do is put a warning system in so when it hits 30s it tells our driver.
1 Like
Assuming you’re using vexcode, you can just create more timer objects like this
vex::timer myTimer;
1 Like
is there a way that you can do it in blocks where the controller shakes at 30 seconds?
1 Like
In the empty slot where it says 0 just put 30
1 Like
thank you so much! this will be very helpful!
1 Like
Hold on that wont work cause it counts up instead of down set the place where it says zero to 75 and that should work