Notaus / timer0

Dependents:   19_Taster_BSW_oo 19_Taster_a

Fork of timer0 by Reinhold Schaefer

Revision:
1:45063f72267b
Parent:
0:bbd867fd30d1
Child:
2:fafaca146f6e
diff -r bbd867fd30d1 -r 45063f72267b timer0.h
--- a/timer0.h	Sat Jul 26 07:27:37 2014 +0000
+++ b/timer0.h	Fri Aug 08 16:02:01 2014 +0000
@@ -25,6 +25,7 @@
   
   public:
     uint16_t counter;
+    uint16_t countMillisecond;
     
     timer0();
     void func(void);