WIZnet WIZ820io (W5200) support

Dependencies:   HTTPClient WIZ820ioInterface mbed

Fork of HTTPClient_HelloWorld by ban4jp -

Files at this revision

API Documentation at this revision

Comitter:
ban4jp
Date:
Sun Feb 02 14:38:55 2014 +0000
Parent:
6:1aba7b616629
Commit message:
Update library.; Changed use pin.

Changed in this revision

WIZ820ioInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/WIZ820ioInterface.lib	Mon Dec 02 14:46:25 2013 +0000
+++ b/WIZ820ioInterface.lib	Sun Feb 02 14:38:55 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ban4jp/code/WIZ820ioInterface/#c466db1cd20b
+http://mbed.org/users/ban4jp/code/WIZ820ioInterface/#c0cd6680bcb7
--- a/main.cpp	Mon Dec 02 14:46:25 2013 +0000
+++ b/main.cpp	Sun Feb 02 14:38:55 2014 +0000
@@ -9,8 +9,8 @@
 WIZ820ioInterface eth(&spi, dp25, dp26); // spi, cs, reset
 
 #elif defined(TARGET_LPC1768)
-SPI spi(p5, p6, p7); // mosi, miso, sclk
-WIZ820ioInterface eth(&spi, p25, p26); // spi, cs, reset
+SPI spi(p11, p12, p13); // mosi, miso, sclk
+WIZ820ioInterface eth(&spi, p14, p15); // spi, cs, reset
 
 #endif