Added W5100, W5200 drivers.

This commit is contained in:
Jim Jun
2015-04-06 13:27:41 +09:00
parent fc3430b71a
commit 19ae79ee07
7 changed files with 21 additions and 5 deletions

View File

@ -60,7 +60,7 @@
* @todo You should select one, \b 5100, \b 5200 ,\b 5500 or etc. \n\n
* ex> <code> #define \_WIZCHIP_ 5500 </code>
*/
#define _WIZCHIP_ 5100 // 5100, 5200, 5500
#define _WIZCHIP_ 5500 // 5100, 5200, 5500
#define _WIZCHIP_IO_MODE_NONE_ 0x0000
#define _WIZCHIP_IO_MODE_BUS_ 0x0100 /**< Bus interface mode */