This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500, W5200 and W5100. One of them can be selected by enabling it in wiznet.h.
Revision 9:dbae9b0c4a46, committed 2020-07-23
- Comitter:
- nojetry
- Date:
- Thu Jul 23 06:54:48 2020 +0000
- Parent:
- 8:cb8808b47e69
- Commit message:
- Test of W3150 on STM32 Nucle-L476RG
Changed in this revision
WIZnetInterface/WIZnet/wiznet.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/WIZnetInterface/WIZnet/wiznet.h Sun May 31 10:25:40 2015 +0000 +++ b/WIZnetInterface/WIZnet/wiznet.h Thu Jul 23 06:54:48 2020 +0000 @@ -22,9 +22,9 @@ #include "mbed.h" #include "mbed_debug.h" -#define USE_W5500 +//#define USE_W5500 //#define USE_W5200 -//#define USE_W5100 +#define USE_W5100 #if defined(USE_W5500) #include "W5500.h"