marcoschwartz / aREST

A RESTful environment for Arduino
http://aREST.io/
Other
1.2k stars 279 forks source link

Ethernet Device Select? #277

Open BobSegrest opened 4 years ago

BobSegrest commented 4 years ago

Hello Everyone,

I would like to use aREST on an Arduino project with a WizNET W5500 Ethernet interface.

How do I tell the library which digital pin I am using for the device select?

In the standard Ethernet library I would do this with something like Ethernet.init(53);

Bob