timer0

Dependents:   09_PT1000 10_PT1000 11_PT1000 18_PT1000

Revision:
2:d8e4c9bfd51d
Parent:
1:45063f72267b
--- a/timer0.h	Fri Aug 08 16:02:01 2014 +0000
+++ b/timer0.h	Fri May 08 07:47:04 2015 +0000
@@ -1,3 +1,5 @@
+#ifndef TIMER0_H
+#define TIMER0_H
 
 #include "mbed.h"
 
@@ -34,4 +36,6 @@
     uint8_t GetTimerStatus(uint8_t timer);
     uint16_t GetTimerZeit(uint8_t timer);
     void SetCountdownTimer(uint8_t timer, uint8_t status, uint16_t value);
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file