Test program for the LPD8806 library. Standard connected to 1st hardware SPI module. Data -> p5 and Clock -> p7

Dependencies:   mbed LPD8806

Revision:
2:c9d9fa02a4e4
Parent:
1:c70352e536c0
--- a/main.cpp	Fri Dec 16 03:31:25 2011 +0000
+++ b/main.cpp	Fri Dec 16 10:43:27 2011 +0000
@@ -4,7 +4,11 @@
 // found at: http://github.com/adafruit/LPD8806
 // and their strips: http://www.adafruit.com/products/306
 // Released under the MIT License: http://mbed.org/license/mit
-
+//
+// standard connected to 1st hardware SPI
+// LPD8806  <> MBED
+// DATA     -> P5
+// CLOCK    -> p7
 /*****************************************************************************/
 
 #include "LPD8806.h"