Class similar to InterruptIn which allows the LPC1114 to wake from deepsleep. (For other targets you can use InterruptIn).

Dependents:   WakeUp WakeUp WakeUp WakeUp ... more

Revision:
1:128f3fe79240
Parent:
0:d726461bd0af
--- a/WakeInterruptIn.cpp	Sat Jul 26 15:02:43 2014 +0000
+++ b/WakeInterruptIn.cpp	Mon Jul 28 06:14:48 2014 +0000
@@ -1,3 +1,5 @@
+#ifdef TARGET_LPC11XX_11CXX
+
 #include "WakeInterruptIn.h"
 
 WakeInterruptIn* WakeInterruptIn::objects[NUM_CHANNEL] = {0};
@@ -54,3 +56,5 @@
             break;
     }
 }
+
+#endif
\ No newline at end of file