sdfghjjh

Dependencies:   Adafruit_GFX WIZnetInterface mbed

Fork of Weather_Forecast_Helloworld_WIZwiki-W7500 by IOP

Revision:
13:6396875b2889
Parent:
12:b390072ae7ea
Child:
14:28b09c3f456b
Child:
15:c4e32b8b8130
--- a/main.cpp	Tue Apr 18 00:23:36 2017 +0000
+++ b/main.cpp	Tue Apr 18 01:42:25 2017 +0000
@@ -84,7 +84,10 @@
         
         eth.connect();
          
-        printf("IP Address is %s\r\n\r\n", eth.getIPAddress()); 
+        printf("IP Address is %s\r\n\r\n", eth.getIPAddress());
+        printf("MASK Address is %s\r\n\r\n", eth.getNetworkMask());
+        printf("GATEWAY Address is %s\r\n\r\n", eth.getGateway());
+        printf("MAC Address is %s\r\n\r\n", eth.getMACAddress());
         
         // TCP socket connect to openweather server 
         //TCPSocketConnection sock;