WIZnet WIZ550io (W5500) support
Dependencies: HTTPClient WIZ550ioInterface mbed
Fork of HTTPClient_HelloWorld by
Revision 6:e887778f5f03, committed 2013-12-23
- Comitter:
- ban4jp
- Date:
- Mon Dec 23 14:22:48 2013 +0000
- Parent:
- 5:101b6b1498d0
- Commit message:
- Update library.; Changed use pin.
Changed in this revision
WIZ550ioInterface.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 |
diff -r 101b6b1498d0 -r e887778f5f03 WIZ550ioInterface.lib --- a/WIZ550ioInterface.lib Sun Dec 15 13:13:44 2013 +0000 +++ b/WIZ550ioInterface.lib Mon Dec 23 14:22:48 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/ban4jp/code/WIZ550ioInterface/#8bdf6aac8cea +http://mbed.org/users/ban4jp/code/WIZ550ioInterface/#615198a7b82b
diff -r 101b6b1498d0 -r e887778f5f03 main.cpp --- 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