Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: IBMIoTClientEthernetExample_W5200
Fork of W5500Interface by
wiznet.h
00001 00002 #pragma once 00003 00004 //#include "mbed.h" 00005 //#include "mbed_debug.h" 00006 00007 //#define USE_W5500 00008 #define USE_W5200 00009 //#define USE_W5100 // don't use this library 00010 00011 #if defined(USE_W5500) 00012 #include "W5500.h" 00013 //#define USE_WIZ550IO_MAC // want to use the default MAC address stored in the WIZ550io 00014 #endif 00015 00016 #if defined(USE_W5200) 00017 #include "W5200.h" 00018 #endif 00019 00020 /* 00021 // current library don't want to support old chips. 00022 #if defined(USE_W5100) 00023 #include "W5100.h" 00024 #endif 00025 */
Generated on Sat Jul 16 2022 21:31:48 by
