Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
78:1353744f01e1
Parent:
75:bd3c647b860b
Child:
79:9bc12aa305a9
--- a/shared_variables.cpp	Tue Nov 25 18:43:01 2014 +0000
+++ b/shared_variables.cpp	Tue Dec 16 12:13:01 2014 +0000
@@ -10,8 +10,6 @@
 
 TCPSocketConnection tcp_client;
 
-Timer tcp_timer;
-
 Timer udp_timer;
 
 bool debug_alive = false;
@@ -52,6 +50,8 @@
 
 bool pshowcb = false;
 
+volatile uint8_t status = __WAITING__;
+
 Serial pc (USBTX,USBRX);
 
 DigitalOut led1(LED1);