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: W5500-SNTPClient-example
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 // don't use this library 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 /* 00017 // current library don't want to support old chips. 00018 #if defined(USE_W5200) 00019 #include "W5200.h" 00020 #endif 00021 00022 #if defined(USE_W5100) 00023 #include "W5100.h" 00024 #endif 00025 */
Generated on Wed Jul 13 2022 07:54:50 by
1.7.2