No more update~~ please use W5500Interface.

Fork of EthernetInterfaceW5500 by Bongjun Hur


Bongjun Hur wrote:

NO more update for this library.

Please move to this page W5500Interface for newer version.

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.

This Library for W5500 users. no need to use lwIP(or S/W TCP/IP) Some update & code clean for W5500 only refer from WIZ550ioInterface, WIZnetLibrary and WiflyInterface.

Thanks for ban4jp. This library forks of WIZ550ioInterface.

WIZnet/wiznet.h

Committer:
ppo
Date:
2014-08-29
Revision:
15:fe68ac753657
Parent:
10:cadac6bcd169

File content as of revision 15:fe68ac753657:


#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
*/