Wake-up timer library to wake from deepsleep/power-down

Dependencies:   LPC1114_WakeInterruptIn

Fork of WakeUp by Erik -

Files at this revision

API Documentation at this revision

Comitter:
sivasuren
Date:
Fri Nov 25 07:33:36 2016 +0000
Parent:
22:49ca85e8822f
Commit message:
test

Changed in this revision

Device/WakeUp_LPC812.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Device/WakeUp_LPC812.cpp	Wed Nov 11 20:20:27 2015 +0000
+++ b/Device/WakeUp_LPC812.cpp	Fri Nov 25 07:33:36 2016 +0000
@@ -1,4 +1,4 @@
-#ifdef TARGET_LPC812
+
 
 #include "WakeUp.h"
 
@@ -71,4 +71,3 @@
     set_ms(0);
 }
 
-#endif