Skip to content

Instantly share code, notes, and snippets.

View santocyber's full-sized avatar

SantoCyber santocyber

View GitHub Profile
#include <SPI.h>
#include <Ethernet.h>
//#include <SendCarriots.h> // You must include the library here in order to use it in the sketch
#include <SHT1x.h>
#define dataPin 10
#define clockPin 11
SHT1x sht1x(dataPin, clockPin);
// Xively parameters