Skip to content

Instantly share code, notes, and snippets.

View andbas's full-sized avatar

Andrei Bas andbas

  • Lisbon, Portugal
View GitHub Profile
#include <SPI.h>
#include <Ethernet.h>
#include <OneWire.h>
// Ethernet Configuration
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
IPAddress ip(192,168,0,33);
// Used default port for HTTP
EthernetServer server(80);