no upgrade or change at this. move to new Library for WIZ550io, W5500 -> http://mbed.org/teams/EthernetInterfaceW5500-makers/code/W5500Interface/

Dependents:   LPC11U68_NTPClient_HelloWorld_WIZ550io

Fork of WIZ550ioInterface by ban4jp -

please get the new Library for WIZ550io, W5500 (WIZnet) http://mbed.org/teams/EthernetInterfaceW5500-makers/code/W5500Interface/

Import libraryW5500Interface

This is the Interface library for WIZnet W5500 chip which forked of EthernetInterfaceW5500, WIZnetInterface and WIZ550ioInterface. This library has simple name as "W5500Interface". and can be used for Wiz550io users also.

Revision:
10:4da8370d14da
Parent:
9:615198a7b82b
Child:
11:5a5a3f373a6b
--- a/WIZ820io/WIZ820io.h	Mon Dec 23 13:51:35 2013 +0000
+++ b/WIZ820io/WIZ820io.h	Tue Jul 08 01:04:09 2014 +0000
@@ -106,6 +106,13 @@
     bool join();
 
     /*
+    * Initialize the WIZ820io module with static values.
+    *
+    * @return true if connected, false otherwise
+    */
+    bool join(uint32_t srcip, uint32_t gw, uint32_t subnetmask);
+    
+    /*
     * Disconnect the WIZ820io module from the access point
     *
     * @ returns true if successful