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
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.
Diff: Socket/Socket.h
- Revision:
- 5:fb15c35d1e28
- Parent:
- 1:fb4494783863
- Child:
- 9:615198a7b82b
diff -r 0bcec6272784 -r fb15c35d1e28 Socket/Socket.h --- a/Socket/Socket.h Thu Dec 20 15:08:58 2012 +0000 +++ b/Socket/Socket.h Tue Aug 27 12:50:11 2013 +0000 @@ -18,7 +18,7 @@ #ifndef SOCKET_H_ #define SOCKET_H_ -#include "Wifly.h" +#include "WIZ820io.h" /** Socket file descriptor and select wrapper */ @@ -42,9 +42,10 @@ ~Socket(); protected: + int _sock_fd; bool _blocking; int _timeout; - Wifly * wifi; + WIZ820io* eth; };