Nucleo_L152RE_W5500HelloWorld

Dependencies:   SDFileSystem WIZnet_Library mbed

Fork of Nucleo_F103RB_W5500HelloWorld by WIZnet

Revision:
3:c39d3606b9e1
Parent:
2:a2cf65b34267
--- a/main.cpp	Mon Jan 18 01:47:44 2016 +0000
+++ b/main.cpp	Tue Jan 19 00:28:08 2016 +0000
@@ -25,7 +25,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() {