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.
Fork of WIZnet_Library by
Revision 9:c5f5acc2a881, committed 2016-03-15
- Comitter:
- niralisanghrajka
- Date:
- Tue Mar 15 10:10:56 2016 +0000
- Parent:
- 8:cb8808b47e69
- Commit message:
- iotwiznet connection;
Changed in this revision
WIZnetInterface/WIZnet/wiznet.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r cb8808b47e69 -r c5f5acc2a881 WIZnetInterface/WIZnet/wiznet.h --- a/WIZnetInterface/WIZnet/wiznet.h Sun May 31 10:25:40 2015 +0000 +++ b/WIZnetInterface/WIZnet/wiznet.h Tue Mar 15 10:10:56 2016 +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"