UIPEthernet library for Arduino IDE, Eclipse with arduino plugin and MBED/SMeshStudio (AVR,STM32F,ESP8266,Intel ARC32,Nordic nRF51,Teensy boards,Realtek Ameba(RTL8195A,RTL8710)), ENC28j60 network chip. Compatible with Wiznet W5100 Ethernet library API. Compiled and tested on Nucleo-F302R8. Master repository is: https://github.com/UIPEthernet/UIPEthernet/

Revision:
38:645b253e6b50
Parent:
36:689bcc358067
Child:
39:deeb00b81cc9
--- a/utility/Enc28J60Network.h	Wed Feb 22 13:40:36 2017 +0000
+++ b/utility/Enc28J60Network.h	Mon Mar 27 22:31:01 2017 +0200
@@ -80,7 +80,8 @@
       #define ENC28J60_CONTROL_CS     SS //PC_0 A5 10
    #elif defined(ARDUINO_ARCH_SAM)
       // Arduino Due (ARDUINO_ARCH_SAM) BOARD_SPI_DEFAULT_SS (SS3) defined to pin 78
-      #define ENC28J60_CONTROL_CS     BOARD_SPI_DEFAULT_SS
+      //#define ENC28J60_CONTROL_CS     BOARD_SPI_DEFAULT_SS
+      #define ENC28J60_CONTROL_CS     BOARD_SPI_SS0
    #elif defined(__ARDUINO_ARC__) //Intel ARC32 Genuino 101
       #define ENC28J60_CONTROL_CS     SS
    #elif defined(__RFduino__) //RFduino