arduino_uip icon indicating copy to clipboard operation
arduino_uip copied to clipboard

added ability of setting CS pin inside sketch

Open meteran opened this issue 8 years ago • 0 comments

Now it is possible to set CS pin for ENC28J60 in the following way: Ethernet.begin(mac, 14); or use default: Ethernet.begin(mac);

meteran avatar Oct 04 '15 15:10 meteran