This file contains 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
// "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> |