Skip to content

Instantly share code, notes, and snippets.

@trunner10
trunner10 / Ethernet.h
Created August 27, 2015 02:29
Use web to change Tivo channel
#ifndef ethernet_h
#define ethernet_h
#include <inttypes.h>
//#include "w5100.h"
#include "IPAddress.h"
#include "EthernetClient.h"
#include "EthernetServer.h"
#include "Dhcp.h"