Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
69:65665afbad5d
Parent:
33:735fd60e96d8
Child:
121:ee02790d00b7
--- a/wdt.h	Fri Nov 07 17:57:55 2014 +0000
+++ b/wdt.h	Wed Nov 12 13:25:54 2014 +0000
@@ -1,3 +1,10 @@
+/**
+ * @file wdt.h
+ * @Synopsis Implementa funcionalidade de watchdog 
+ * @author Imported from MBED
+ * @version 1
+ * @date 2014-11-06
+ */
 #ifndef _WDT_H
 #define _WDT_H
 #include "mbed.h"
@@ -43,7 +50,7 @@
     ///
     /// example:
     /// @code
-    ///    if (wd.WatchdogCausedReset())) {
+    ///    if ( wd.WatchdogCausedReset() ){
     /// @endcode
     ///
     /// @returns true if the Watchdog was the cause of the reset