RF24Ethernet - TCP/IP over RF24Network v1.6.14
TMRh20 - Pushing the practical limits of RF24 modules
Loading...
Searching...
No Matches
ethernet_comp.h
Go to the documentation of this file.
1#ifndef ETHERNET_COMP_H
2#define ETHERNET_COMP_H
3
4#define Ethernet RF24Ethernet
5#define EthernetClient RF24Client
6#define EthernetServer RF24Server
7#define EthernetUDP RF24UDP
8
9#endif