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 Matt Dominey

History

added gettimeFshort, shorter formated "0:00:0" default tip

2013-05-08, by fox46 [Wed, 08 May 2013 09:16:46 +0000] rev 2

added gettimeFshort, shorter formated "0:00:0"


changed format of ms to %02d

2013-04-24, by fox46 [Wed, 24 Apr 2013 16:46:10 +0000] rev 1

changed format of ms to %02d


Stopwatch library

2012-07-16, by mdomino [Mon, 16 Jul 2012 19:46:34 +0000] rev 0

Stopwatch library