/*
* Copyright (c) 2013 by WIZnet
<support@wiznet.co.kr>
*
* This file is free software; you can redistribute
it and/or modify
* it under the terms of either the GNU General
Public License version 2
* or the GNU Lesser General Public License version
2.1, both as
* published by the Free Software Foundation.
*/
#ifndef W5100_H_INCLUDED
#define W5100_H_INCLUDED
#include <SPI.h>
typedef uint8_t SOCKET;
//#define W5100_ETHERNET_SHIELD // Arduino Ethenret Shield
and Compatibles ...
//#define W5200_ETHERNET_SHIELD // WIZ820io, W5200
Ethernet Shield
#define W5500_ETHERNET_SHIELD // WIZ550io,
ioShield series of WIZnet
#if defined(W5500_ETHERNET_SHIELD)
#define WIZ550io_WITH_MACADDRESS //
Use assigned MAC address of WIZ550io
#include "utility/w5500.h"
#endif
|