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:
33:7ba5d53df0f2
Parent:
19:e416943f7119
Child:
35:f9f3a91fe4d4
--- a/mbed/Udp.h	Fri Feb 10 09:10:47 2017 +0100
+++ b/mbed/Udp.h	Tue Feb 14 14:16:14 2017 +0100
@@ -36,8 +36,14 @@
 
     #if defined(__MBED__)
       #include <mbed.h>
+      #include "mbed/IPAddress.h"
+    #else
+      #if defined(__RFduino__)
+        #include "IPAddress.h"
+      #else
+        #include "IPAddress.h"
+      #endif
     #endif
-    #include "IPAddress.h"
 
 //class UDP : public Stream {
 class   UDP