Ethernet interface for W5500 with bug fixed in socket::close()

Fork of EthernetInterfaceW5500 by W5500-Ethernet-Interface Makers

Revision:
10:cadac6bcd169
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WIZnet/wiznet.h	Thu Jul 17 07:10:36 2014 +0000
@@ -0,0 +1,25 @@
+
+#pragma once
+
+//#include "mbed.h"
+//#include "mbed_debug.h"
+
+#define USE_W5500
+//#define USE_W5200 // don't use this library
+//#define USE_W5100 // don't use this library
+
+#if defined(USE_W5500)
+#include "W5500.h"
+//#define USE_WIZ550IO_MAC    // want to use the default MAC address stored in the WIZ550io
+#endif
+
+/*
+// current library don't want to support old chips.
+#if defined(USE_W5200)
+#include "W5200.h"
+#endif
+
+#if defined(USE_W5100)
+#include "W5100.h"
+#endif
+*/
\ No newline at end of file