View Single Post
  #1   Spotlight this post!  
Unread 15-02-2015, 22:01
importsjc importsjc is offline
Registered User
FRC #1405
 
Join Date: Jan 2015
Location: Rochester
Posts: 5
importsjc is an unknown quantity at this point
Question Timer resets when resumed

Hi everyone!

I have recently run into an interesting issue, it appears that the timer (edu.wpi.first.wpilibj.Timer) resets, when you .stop() and then .start(). Is there a different timer I should be using or a better way to implement the one I have? I am looking for it to resume exactly where it left off, closer to a pause/resume than a start/stop.

Thanks for the help!