ok

Dependencies:   LPC1114_WakeInterruptIn

Fork of WakeUp by Erik -

Revision:
23:3f73219d6a4e
Parent:
10:c41bc9154a7c
--- a/WakeUp.h	Wed Nov 11 20:20:27 2015 +0000
+++ b/WakeUp.h	Tue Jan 24 08:59:30 2017 +0000
@@ -1,3 +1,6 @@
+#ifndef _HARDWARE_WAKE_UP_H_
+#define _HARDWARE_WAKE_UP_H_
+
 #include "mbed.h"
 
 /**
@@ -95,4 +98,6 @@
     static FunctionPointer callback;
     static void irq_handler(void);
     static float cycles_per_ms;
-};
\ No newline at end of file
+};
+
+#endif //_HARDWARE_WAKE_UP_H_
\ No newline at end of file