Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
128:3ae1c74773a8
Parent:
127:e7160a463b6c
Child:
129:d73538fbc017
--- a/main.cpp	Sun May 24 16:07:14 2015 +0000
+++ b/main.cpp	Mon May 25 13:11:00 2015 +0000
@@ -657,5 +657,10 @@
         
         if ( !dont_say_hello_again ) send_hello_to_cbx ();
         
+        /* Verificacao da fonte de alimentacao */
+        if ( pwr_src_timer.read () > 1 )
+        {
+            check_power_source();
+        }
     }// fim while
 }// fim main \o/
\ No newline at end of file