ok

Dependencies:   LPC1114_WakeInterruptIn

Fork of WakeUp by Erik -

Files at this revision

API Documentation at this revision

Comitter:
wataloh
Date:
Tue Jan 24 08:59:30 2017 +0000
Parent:
22:49ca85e8822f
Commit message:
ok

Changed in this revision

WakeUp.h Show annotated file Show diff for this revision Revisions of this file
--- 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