Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
128:3ae1c74773a8
Parent:
127:e7160a463b6c
Child:
132:05cd37f7e007
--- a/prompt.h	Sun May 24 16:07:14 2015 +0000
+++ b/prompt.h	Mon May 25 13:11:00 2015 +0000
@@ -9,15 +9,13 @@
 #ifndef _PROMPT_H
 #define _PROMPT_H
 
+#include "bits.h"
 #include "mbed.h"
 #include "debug.h"
+#include "flood.h"
+#include "vz_protocol.h"
 #include "shared_variables.h"
-
-#include "bits.h"
-
-#include "flood.h"
-
-#include "vz_protocol.h"
+#include "power_source_monitoring.h"
 
 #include <stdlib.h>