Update of W5500 Interface for mbed-os

Dependents:   PwrCond_mbed5

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wiznet.h Source File

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