arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
259 stars 264 forks source link

Give the option to specify another SS pin instead of the static nº10 #38

Closed q2dg closed 6 years ago

q2dg commented 8 years ago

The reason: now there's no official Ethernet Shield, so for doing this library more compatible/generic with the wild, I think this functionality could be another nice step to it (in addition to https://github.com/arduino-libraries/Ethernet/issues/37).

A suggestion of implementation is here: http://forum.arduino.cc/index.php?topic=217423.msg1601862#msg1601862

Thanks

agdl commented 8 years ago

@sandeepmistry maybe we can add this https://github.com/arduino-libraries/WiFi101/pull/58 :)

PaulStoffregen commented 6 years ago

Version 2.0.0 will have Ethernet.init(cspin)

PaulStoffregen commented 6 years ago

Fixed