Nucleo_L152RE_W5500HelloWorld_ver2

Dependencies:   SDFileSystem WIZnet_Library mbed

Fork of Nucleo_L152RE_W5500HelloWorld by Edward ahn

Files at this revision

API Documentation at this revision

Comitter:
najgh08
Date:
Tue Jan 19 00:25:34 2016 +0000
Parent:
3:fa8925fb003a
Commit message:
Reset pin change PA_9(D8) -> PC_7(D9)

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jan 18 10:16:16 2016 +0000
+++ b/main.cpp	Tue Jan 19 00:25:34 2016 +0000
@@ -23,7 +23,7 @@
 Serial pc(USBTX, USBRX);
 
 SPI spi(PA_7, PA_6, PA_5); // mosi, miso, sclk
-WIZnetInterface ethernet(&spi, PB_6, PA_9);//scs(PB_6), nRESET(PA_9); // reset pin is dummy, don't affect any pin of WIZ550io
+WIZnetInterface ethernet(&spi, PB_6, PC_7);//scs(PB_6), nRESET(PA_9); // reset pin is dummy, don't affect any pin of WIZ550io
 
 int main() {