From 6005c59ad03446153c66a991f01ac91c31d98dac Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 7 Nov 2009 17:54:56 +0000 Subject: Moving libraries out of arduino platform / core directory and to top-level. --- libraries/Ethernet/Ethernet.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 libraries/Ethernet/Ethernet.h (limited to 'libraries/Ethernet/Ethernet.h') diff --git a/libraries/Ethernet/Ethernet.h b/libraries/Ethernet/Ethernet.h deleted file mode 100644 index bdfc4dd..0000000 --- a/libraries/Ethernet/Ethernet.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef Ethernet_h -#define Ethernet_h - -#include -#include "Client.h" -#include "Server.h" - -class EthernetClass { -private: -public: - static uint8_t _state[MAX_SOCK_NUM]; - static uint16_t _server_port[MAX_SOCK_NUM]; - void begin(uint8_t *, uint8_t *); - void begin(uint8_t *, uint8_t *, uint8_t *); - void begin(uint8_t *, uint8_t *, uint8_t *, uint8_t *); - friend class Client; - friend class Server; -}; - -extern EthernetClass Ethernet; - -#endif -- cgit v1.2.3-18-g5258