mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ethernet_comp.h Source File

ethernet_comp.h

00001 #ifndef ETHERNET_COMP_H
00002 #define ETHERNET_COMP_H
00003 
00004 //#define Ethernet UIPEthernet
00005 #define EthernetClient  UIPClient
00006 #define EthernetServer  UIPServer
00007 #define EthernetUDP     UIPUDP
00008 #endif