njh / EtherCard

EtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE
https://www.aelius.com/njh/ethercard/
GNU General Public License v2.0
1.03k stars 454 forks source link

ATMega1284p not working #405

Open playboxmegaboy opened 3 years ago

playboxmegaboy commented 3 years ago

Is it possible to get this library working on the ATMega1284p? I've been trying for the past few days using the ENC28J60 module with no success. The module works fine with my UNO. I've tried both the SPI pins assigned to the 1284p and D10 to D13.

njh commented 3 years ago

It probably needs the library switched over to using the SPI library that Arduino provides. I started this in #335 but never got it finished.