eth

Dependencies:   EthernetInterface mbed-rtos mbed

Fork of FRDM_K64F-Ethernet by Rangel Alvarado

Revision:
4:edeb4d3d1968
Parent:
3:5bb986247f20
Child:
5:f689b3fc93b2
--- a/main.cpp	Thu Apr 23 18:37:54 2015 +0000
+++ b/main.cpp	Thu Apr 23 18:38:21 2015 +0000
@@ -13,7 +13,7 @@
     eth.init(IP, MASK, GW); //Assign a device ip, mask and gateway
     // eth.init();
     eth.connect();
-    printf("IP Address is %s\n", eth.getIPAddress()); //"192.168.0.52"
+    printf("IP Address is %s\n", eth.getIPAddress()); 
 
     TCPSocketServer server;
     server.bind(PORT);