Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
17:67a6b557eda5
Parent:
16:b45b5b7363d7
Child:
18:01a93677e40c
diff -r b45b5b7363d7 -r 67a6b557eda5 utils.cpp
--- a/utils.cpp	Thu Sep 18 13:59:58 2014 +0000
+++ b/utils.cpp	Fri Sep 19 16:40:17 2014 +0000
@@ -43,7 +43,8 @@
 
 int __init_eth__( EthernetInterface * eth ){
     //eth->init( __MY_IP__, "255.255.255.0", "192.168.120.1" );
-    eth->init( "192.168.2.200", "255.255.255.0", "192.168.2.254" );
+    //eth->init( "192.168.2.200", "255.255.255.0", "192.168.2.254" );
+    eth->init( __MY_IP__, __MY_MK__, __MY_GW__ );
     
 /*
 #ifdef debug_colinas