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:
74:81c47fff88a5
Child:
81:3656f00ab3db
--- a/UART3Interrupt.cpp	Tue Nov 25 18:43:01 2014 +0000
+++ b/UART3Interrupt.cpp	Tue Dec 16 12:13:01 2014 +0000
@@ -17,8 +17,11 @@
     
     RX_c++;
     
+    led4 =!led4;
+    
     if ( RX_c == 300 ){ 
        status = __READ__;
+    //   led1 = 1;
     }
 }