WIZnet WIZ820io (W5200) support
Dependencies: HTTPClient WIZ820ioInterface mbed
Fork of HTTPClient_HelloWorld by
Revision 7:20fbe19ab86b, committed 2014-02-02
- 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 |
diff -r 1aba7b616629 -r 20fbe19ab86b WIZ820ioInterface.lib --- 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
diff -r 1aba7b616629 -r 20fbe19ab86b main.cpp --- 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