W5500 driver for mbed OS 5

Dependents:   http-webserver-example mbed-os-example-sockets

Fork of W5500Interface by Sergei G

Revision:
12:3a5f5b5ae5f8
Parent:
11:5118c2bff025
Child:
16:380b4a629c4f
--- a/W5500Interface.h	Mon Aug 13 08:11:02 2018 +0000
+++ b/W5500Interface.h	Mon Aug 13 09:00:50 2018 +0000
@@ -24,6 +24,7 @@
 #include "W5500.h"
 //#include "rtos.h"
 #include "PinNames.h"
+#include "DHCPClient.h"
 #include "DNSClient.h"
  
 // Arduino pin defaults for convenience
@@ -316,6 +317,7 @@
     w5500_socket* get_sock(int fd);
     void init_socks();
 
+	DHCPClient dhcp;
 	DNSClient  dns;
 /*	
 	Thread *_daemon;