Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
36:728498a78e1e
Parent:
35:96885a7931f0
Child:
37:d66bfb594604
diff -r 96885a7931f0 -r 728498a78e1e main.cpp
--- a/main.cpp	Tue Sep 30 18:15:08 2014 +0000
+++ b/main.cpp	Tue Sep 30 19:23:53 2014 +0000
@@ -331,6 +331,13 @@
             case __TELEMETRY__ : {
                     build_telemetry_report( ext, port, ( char *)data );
                 }break;
+                
+            case __PROMPT__ : {
+                pc.printf("Telemetry pkg from ( %i, %i ) ::\n\r", ext, port );
+                for( register int i = 0; i < __CB_BUFFER_SIZE__; i++ )
+                    pc.printf("%3i ", data[ i ] );
+                pc.printf("\n\r");
+                }break;
             case __AUDIO__ : {
                 Call_Box * cb;
                 VZ_call * call = NULL;