Skip to content

Instantly share code, notes, and snippets.

View maxmacstn's full-sized avatar
🏠
Working from home

Sitinut Waisara maxmacstn

🏠
Working from home
View GitHub Profile
@maxmacstn
maxmacstn / DemoReel100.ino
Created December 1, 2017 14:28 — forked from kriegsman/DemoReel100.ino
FastLED "100-line" demo reel
#include "FastLED.h"
// FastLED "100-lines-of-code" demo reel, showing just a few
// of the kinds of animation patterns you can quickly and easily
// compose using FastLED.
//
// This example also shows one easy way to define multiple
// animations patterns and have them automatically rotate.
//
// -Mark Kriegsman, December 2014