Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
21:0bd688722e81
Parent:
17:67a6b557eda5
Child:
33:735fd60e96d8
--- a/wdt.cpp	Sat Sep 20 13:34:52 2014 +0000
+++ b/wdt.cpp	Sat Sep 20 20:28:24 2014 +0000
@@ -18,7 +18,9 @@
 /// "Service", "kick" or "feed" the dog - reset the watchdog timer
 /// by writing this required bit pattern
 void Watchdog::kick() {
+    //x = NVIC_disable_IRQ();
     LPC_WDT->FEED = 0xAA;
     LPC_WDT->FEED = 0x55;
+    //if (x) enable_IRQ() ;
 }
  
\ No newline at end of file