Skip to content

Instantly share code, notes, and snippets.

@wwebb
wwebb / bdayclock
Created October 18, 2015 18:20 — forked from buckeyeworldcitizen/bdayclock
Birthday word clock
//Theres two parts to this code: first the birthday part and then the clock part which i had on separate arduinos.
//The first section is original and the second is modified from Joe Caldwell at http://www.highonsolder.com who modified it from Scott Bezek who modified it from Doug Jackson
//Good luck
#include <Wire.h>
#include "RTClib.h"
#include <Adafruit_NeoPixel.h>