Skip to content

Instantly share code, notes, and snippets.

View peterosullivan's full-sized avatar

Peter O Sullivan peterosullivan

  • Allori
  • Melbourne
View GitHub Profile
@peterosullivan
peterosullivan / plant-watering.ino
Created December 15, 2016 21:04
Desktop plant watering ESP8266
/*
Desktop plant watering project
*/
#include "DHT.h"
#define echoPin D2 // Echo Pin white wire
#define trigPin D3 // Trigger Pin blue wire
const int relayPin = D1;