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

Usage with earlephilhower / arduino-pico #43

Open mionut22 opened 1 year ago

mionut22 commented 1 year ago

Hello,

Can this library be used with earlephilhower/arduino-pico platform in PlatformIO? The compiling works, but the Pico freezes at the first packet the Ethernet receives. With the raspberry platform, the sketch on the Pico works perfect.

Thank you.