Sample code for FEZ connect on code.tinyclr.com

Hello :wink: !

I just noticed that all the Fez connect sample code on code.tinyclr.com is initializing the W5100 with this call :

WIZnet_W5100.Enable(SPI.SPI_module.SPI1, (Cpu.Pin)FEZ_Pin.Digital.Di10,(Cpu.Pin)FEZ_Pin.Digital.Di9,true);

However, she schematics states that the reset Pin is Di7, not Di9 (if Iā€™m not wrong).

So, just to avoid future troubles for users starting for those great piece of codes, I would eventualy advise to correct the examples to use Di7 instead of Di9 ?

DI9 was used on several other boards.

Thanks !

Thank you Nicolas, I am fixing them right away.