sstaub / Ethernet3

Ethernet library for Arduino and Ethernetshield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip
Other
76 stars 34 forks source link

Added parameter to specify SPI bus #54

Open edward62740 opened 1 year ago

edward62740 commented 1 year ago

Allows for an optional parameter to be passed to begin() to specify non-default SPI, similar to what is mentioned in #53.

Example usage:

Tested to work with NTP, DHCP examples and my own application.