Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LPC1114_WakeInterruptIn
Fork of WakeUp by
Revision 23:3f73219d6a4e, committed 2017-01-24
- 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 |
diff -r 49ca85e8822f -r 3f73219d6a4e WakeUp.h
--- 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
