This is an example program for the PololuLedStrip library. It generates a simple moving gradient pattern.

Dependencies:   PololuLedStrip mbed LedStripGradient

Dependents:   LedStripGradient led_phare_crf

For more information, see the PololuLedStrip library.

Revision:
11:90f1a46b3724
Parent:
10:557ad654e667
Child:
13:a6258776625e
--- a/main.cpp	Wed Feb 27 02:48:05 2013 +0000
+++ b/main.cpp	Wed Oct 09 01:23:11 2013 +0000
@@ -24,6 +24,6 @@
     
         // Send the colors to the LED strip.
         ledStrip.write(colors, LED_COUNT);
-        wait_ms(10);
+        wait_ms(10);        
     }
 }