This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |