arduino-libraries / Ethernet

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

W5100S Support #207

Open Miguel-citracc opened 2 years ago

Miguel-citracc commented 2 years ago

The library supports W5100 chip but not W5100S installed in W5100S-EVB-Pico. This library based on the official library supports the chip:

https://github.com/WIZnet-ArduinoEthernet/Ethernet

It is only necessary to add less than 10 lines of code to the official library.

Additional context

Additional requests