Skip to content

Instantly share code, notes, and snippets.

View zemahran's full-sized avatar

Zeyad Mahran zemahran

View GitHub Profile
@zemahran
zemahran / HomeAutomation.pde
Last active May 12, 2018 10:28
Mini Home Automation System
#include <SoftwareSerial.h>
#include <Firmata.h>
#include <elapsedMillis.h>
elapsedMillis timeElapsed;
unsigned int interval = 45000;
const int rxPin = 6;
const int txPin = 1;
String data;