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:
3:6b1c9bd7773a
Parent:
0:e3fb1267e3c3
Child:
19:e416943f7119
--- a/utility/Enc28J60Network.h	Tue Dec 27 11:34:26 2016 +0000
+++ b/utility/Enc28J60Network.h	Tue Dec 27 12:49:39 2016 +0100
@@ -74,7 +74,7 @@
       #endif
    #endif
    #if defined(ENC28J60_CONTROL_CS)
-      #pragma message "Not defined ENC28J60_CONTROL_CS. Use borad default SS pin setting. You can configure in 'utility/Enc28J60Network.h'."
+      #warning "Not defined ENC28J60_CONTROL_CS. Use borad default SS pin setting. You can configure in 'utility/Enc28J60Network.h'."
    #endif
 #endif
 #if !defined(ENC28J60_CONTROL_CS)