Skip to content

Instantly share code, notes, and snippets.

View mock-turtle's full-sized avatar

Bartholomew Marshingspoon mock-turtle

View GitHub Profile
@kriegsman
kriegsman / TimecodePerformance.ino
Created January 8, 2015 17:24
Sequence a performance using timecode HH,MM,SS.SSS
#include "FastLED.h"
// This sketch shows how to sequence a performance using HH,MM,SS.SSS timecode.
//
// A "ResetPerformance" method is provided so that the performance can be
// restarted from a custom external trigger, e.g., a button or event.
// For demonstration purposes, this Performance is reset if the
// sketch receives a letter "r" on the serial port.
//
// -Mark Kriegsman, January 2015