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
/* | |
Arduino - Processing WS2811 Spectrum Analyzer. | |
This controls 100 WS2811 RGB LEDs for a "waterfall" spectrum analyzer. | |
A potentiometer is used on A0 to control the sensitivity. | |
More information, including full parts list and pictures of the final product can be seen or requested at www.12vtronix.com. | |
Based on adafruit neopixel library | |
Created: 4th Dec 2013 by Stephen Singh. | |
Last Modified: 14th Dec 2013 by Stephen Singh. |