Skip to content

Instantly share code, notes, and snippets.

View sschimmel's full-sized avatar

Sebastiaan Schimmel sschimmel

View GitHub Profile
@sschimmel
sschimmel / gist:db176c8c71de78d3bdf3
Created May 30, 2015 13:36
Arduino MySensors Gateway code
#include <DigitalIO.h> // This include can be removed when using UIPEthernet module
#include <SPI.h>
#include <MySensor.h>
#include <MyGateway.h>
#include <stdarg.h>
// Use this if you have attached a Ethernet ENC28J60 shields
//#include <UIPEthernet.h>
// Use this fo WizNET W5100 module and Arduino Ethernet Shield