mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Adding SPI library and revising Ethernet library (Christian Maglie).
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
#ifndef Ethernet_h
|
||||
#define Ethernet_h
|
||||
#ifndef ethernet_h
|
||||
#define ethernet_h
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "Client.h"
|
||||
#include "Server.h"
|
||||
//#include "w5100.h"
|
||||
#include "client.h"
|
||||
#include "server.h"
|
||||
|
||||
#define MAX_SOCK_NUM 4
|
||||
|
||||
class EthernetClass {
|
||||
private:
|
||||
|
Reference in New Issue
Block a user