WIZnet WIZ820io (W5200) support

Dependencies:   HTTPClient WIZ820ioInterface mbed

Fork of HTTPClient_HelloWorld by ban4jp -

Revision:
7:20fbe19ab86b
Parent:
6:1aba7b616629
--- 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