Stopwatch library with start, stop, and getTime functions. Returns a 00:00:00 in MM:SS:MS format with a max duration of ~30min per documentation on the Timer class. Can easily be output through an LCD/TFT with printf(stopwatch.getTime());
Fork of Stopwatch by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:2202f5336acb | 2013-05-08 | fox46 | added gettimeFshort, shorter formated "0:00:0" |
1:bb9b4593a013 | 2013-04-24 | fox46 | changed format of ms to %02d |
0:3328857bf625 | 2012-07-16 | mdomino | Stopwatch library |