timer0

Dependents:   09_PT1000 10_PT1000 11_PT1000 18_PT1000

Revision:
1:45063f72267b
Parent:
0:bbd867fd30d1
Child:
2:d8e4c9bfd51d
--- 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);