WIZnet WIZ550io (W5500) support

Dependencies:   HTTPClient WIZ550ioInterface mbed

Fork of HTTPClient_HelloWorld by ban4jp -

Revision:
6:e887778f5f03
Parent:
5:101b6b1498d0
--- a/main.cpp	Sun Dec 15 13:13:44 2013 +0000
+++ b/main.cpp	Mon Dec 23 14:22:48 2013 +0000
@@ -9,8 +9,8 @@
 WIZ550ioInterface eth(&spi, dp25, dp26); // spi, cs, reset
 
 #elif defined(TARGET_LPC1768)
-SPI spi(p5, p6, p7); // mosi, miso, sclk
-WIZ550ioInterface eth(&spi, p25, p26); // spi, cs, reset
+SPI spi(p11, p12, p13); // mosi, miso, sclk
+WIZ550ioInterface eth(&spi, p14, p15); // spi, cs, reset
 
 #endif