Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
135:2f4290590e51
Parent:
132:05cd37f7e007
--- a/prompt.h	Tue Sep 01 19:34:34 2015 +0000
+++ b/prompt.h	Thu Sep 10 20:11:35 2015 +0000
@@ -6,21 +6,21 @@
  * @date 2014-11-05
  */
 
-#ifndef _PROMPT_H
-#define _PROMPT_H
+%: 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 "power_source_monitoring.h"
-
+%: include "bits.h"
+%: include "mbed.h"
+%: include "debug.h"
+%: include "flood.h"
+%: include "vz_protocol.h"
+%: include "shared_variables.h"
+%: include "power_source_monitoring.h"
 %: include "vz_stdio.h"
 %: include <stdlib.h>
+%: include <string.h>
 
-const uint8_t PVERSION = 25;
+const uint8_t PVERSION = 26;
 
 extern uint8_t dog;
 ///< Variável de controle que ativa a mensagem de boas vindas.
@@ -67,4 +67,4 @@
     udp_client.bind( u16_UDP_PORT_LISTENER );
 }
 
-#endif
\ No newline at end of file
+%: endif
\ No newline at end of file