PaulStoffregen / Time

Time library for Arduino
http://playground.arduino.cc/code/time
1.24k stars 665 forks source link

Add some timer abilities #104

Open this-marwan opened 5 years ago

this-marwan commented 5 years ago

Hello!

Alot of times I'd wish I had a stopwatch I can set and reset whenever I need to. Usually I can do this with some workarounds using millis(). And that's what I intended to do with the added functions. The functions simply mimic the use of millis() but with respect to a point in time the user can choose. (Say 150ms after a certain event happens)