//Jeremy Blum's Arduino Tutorial Series - Episode 14 - Lights and Sound Holiday Special
//Sample Code 2 - Driving all 50 LEDs using an array powered by both stereo channels
//WS2801 Library and Helper Functions by Adafruit
/*
The circuit:
* A0 from Amplififed Left Channel
* A1 from Amplified Right Channel
* Digital 2 to Light Clock Line
* Digital 3 to Light Data Line
* Don't forget to connect all your grounds!
*/
//SPI Library
#include "SPI.h"
//RGB LED Library
//You can download it here: [url=https://github.com/adafruit/Adafruit-WS2801-Library/archive/master.zip]https://github.com/adafruit/Adaf ... /archive/master.zip[/url]
//Install it in your library folder and restart the Arduino IDE