W5500 driver for mbed OS 5

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

Fork of W5500Interface by Sergei G

Revision:
8:c71c66d43703
Parent:
6:e2ab76b2be07
Child:
17:60f75e78f35d
--- a/WIZnet/W5500.h	Thu Aug 09 08:42:47 2018 +0000
+++ b/WIZnet/W5500.h	Fri Aug 10 04:22:24 2018 +0000
@@ -85,7 +85,9 @@
     * @param reset reset pin of the W5500
     */
     WIZnet_Chip(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset);
-    WIZnet_Chip(SPI* spi, PinName cs, PinName reset);
+    //WIZnet_Chip(SPI* spi, PinName cs, PinName reset);
+
+    virtual ~WIZnet_Chip();
 
     /*
     * Set MAC Address to W5500