Timer for accumulating 10 ms intervals that does not overflow after ~30 min

This class simply creates a timer that accumulates 10 millisecond intervals which does not overflow after about 30 min.

Revision:
3:9efa965d2111
Parent:
2:67e16d628edc
--- a/RunTimer.h	Thu May 19 16:45:31 2016 +0000
+++ b/RunTimer.h	Mon Jul 11 18:26:47 2016 +0000
@@ -33,6 +33,7 @@
     
     Ticker timer_10ms;          //Ticker for adding 10ms
     
+    float ms_total;
     unsigned int ms;
     unsigned int sec;
     unsigned int min;