This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500, W5200 and W5100. One of them can be selected by enabling it in wiznet.h.

Fork of WIZnet_Library by WIZnet

Revision:
9:f390679a0468
Parent:
6:ca8405b9564d
--- a/WIZnetInterface/WIZnet/W5500.h	Sun May 31 10:25:40 2015 +0000
+++ b/WIZnetInterface/WIZnet/W5500.h	Mon Jun 04 14:31:13 2018 +0000
@@ -271,7 +271,7 @@
     void spi_read(uint16_t addr, uint8_t cb, uint8_t *buf, uint16_t len);
     SPI* spi;
     DigitalOut cs;
-    DigitalOut reset_pin;
+    DigitalOut *reset_pin;
 };
 
 extern uint32_t str_to_ip(const char* str);