Skip to content

Instantly share code, notes, and snippets.

// "Close Encounters" by Jason Coon
// https://gist.github.com/pup05/d4c935566ec82731fece
//
// The start of the main light bar on the ship in Close Encounters of the Third Kind: https://www.youtube.com/watch?v=S4PYI6TzqYk
// Multiple anti-aliased light bars running in alternating directions, now just needs the pulses of color.
//
// A slight modification of Mark Kriegsman's Anti-aliased light bar example: http://pastebin.com/g8Bxi6zW
// https://plus.google.com/u/0/112916219338292742137/posts/2VYNQgD38Pw
#include <FastLED.h>