timer 0 mit Sekunden

Dependents:   16_PT1000

Fork of timer0 by Reinhold Schaefer

Revision:
1:cd53b287f41b
Parent:
0:bbd867fd30d1
--- a/timer0.h	Sat Jul 26 07:27:37 2014 +0000
+++ b/timer0.h	Sun Aug 03 19:12:56 2014 +0000
@@ -25,6 +25,7 @@
   
   public:
     uint16_t counter;
+    uint16_t countMillisecond;
     
     timer0();
     void func(void);