Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
17:67a6b557eda5
Child:
22:d2a4b5939115
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/prompt.h	Fri Sep 19 16:40:17 2014 +0000
@@ -0,0 +1,12 @@
+#ifndef _PROMPT_H
+#define _PROMPT_H
+
+extern uint8_t debug_alive;
+extern uint8_t debug_prompt;
+extern uint8_t dog;
+
+void prompt_process();
+void init_fsystem();
+
+
+#endif
\ No newline at end of file