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/

Committer:
cassyarduino
Date:
Tue Jan 23 15:08:43 2018 +0100
Revision:
39:deeb00b81cc9
Parent:
0:e3fb1267e3c3
Release: 2.0.4

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cassyarduino 0:e3fb1267e3c3 1 #ifndef ETHERNET_COMP_H
cassyarduino 0:e3fb1267e3c3 2 #define ETHERNET_COMP_H
cassyarduino 0:e3fb1267e3c3 3
cassyarduino 0:e3fb1267e3c3 4 #define Ethernet UIPEthernet
cassyarduino 0:e3fb1267e3c3 5 #define EthernetClient UIPClient
cassyarduino 0:e3fb1267e3c3 6 #define EthernetServer UIPServer
cassyarduino 0:e3fb1267e3c3 7 #define EthernetUDP UIPUDP
cassyarduino 0:e3fb1267e3c3 8
cassyarduino 0:e3fb1267e3c3 9 #endif