Networking-for-Arduino / EthernetENC

Ethernet library for ENC28J60. This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support. Only include EthernetENC.h instead of Ethernet.h
127 stars 28 forks source link

lwIP_enc28j60 #27

Closed francismariano closed 2 years ago

francismariano commented 2 years ago

Hello,

In the readme I see the following statement: "For esp8266 Arduino there is a much better option for enc28j60 than using this library. Use the lwIP_enc28j60 library bundled with esp8266 Arduino boards support package 3."

Can you please give me more details about that? Do you know some guide explaining how to use lwIP_enc28j60 for ESP8266?

Thank you in advanced.