Nucleo_L152RE_W5500HelloWorld_ver2

Dependencies:   SDFileSystem WIZnet_Library mbed

Fork of Nucleo_L152RE_W5500HelloWorld by Edward ahn

Revision:
4:17797698535b
Parent:
3:fa8925fb003a
--- 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() {