mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Committer:
hudakz
Date:
Fri Jun 30 19:51:28 2017 +0000
Revision:
8:4acb22344932
Parent:
4:d774541a34da
'UIPEthernet' renamed to 'uIPEthernet'; 'UIPEthernetClass' renamed to 'UIPEthernet'; added IPAddress::toString() to support printing; added print support for debugging; bugs preventing offline build with GCC ARM toolchain fixed.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hudakz 0:5350a66d5279 1 #ifndef ETHERNET_COMP_H
hudakz 8:4acb22344932 2 #define ETHERNET_COMP_H
hudakz 0:5350a66d5279 3
hudakz 8:4acb22344932 4 //#define Ethernet UIPEthernet
hudakz 8:4acb22344932 5 #define EthernetClient UIPClient
hudakz 8:4acb22344932 6 #define EthernetServer UIPServer
hudakz 8:4acb22344932 7 #define EthernetUDP UIPUDP
hudakz 0:5350a66d5279 8 #endif