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:
2:2f693560ad53
Child:
5:f9a2b1916a8d
--- a/UIPServer.h	Tue Dec 27 11:34:26 2016 +0000
+++ b/UIPServer.h	Tue Dec 27 12:49:39 2016 +0100
@@ -33,7 +33,7 @@
 public:
   UIPServer(uint16_t);
   UIPClient available();
-  virtual void begin();
+  void begin();
   size_t write(uint8_t);
   size_t write(const uint8_t *buf, size_t size);
   #if defined(ARDUINO)