LPC1768 and LPC11U24 watchdog timer

Dependents:   GSwifi_tsutenkaku barometer-m0 BMAGThrRev

Revision:
3:b1efde09d8a7
Parent:
2:f6f05e2eafd0
--- a/WDT.h	Fri Jul 11 00:53:14 2014 +0000
+++ b/WDT.h	Wed May 25 08:52:32 2016 +0000
@@ -22,6 +22,7 @@
 
     void sleep ();
     void deepSleep ();
+    void powerDown ();
 
 private:
     static FunctionPointer _fptr;