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:
4:27b5c9cafe92
Parent:
3:f566eea13f49
Child:
5:8b685ba2f16b
--- a/main.cpp	Tue Feb 26 02:16:59 2013 +0000
+++ b/main.cpp	Tue Feb 26 02:18:55 2013 +0000
@@ -98,9 +98,9 @@
 using namespace Pololu;
 
 DigitalOut myled(LED1);
-DigitalOut myled2(LED2);
+PololuLedStrip ledStrip(LED1);
 
-PololuLedStrip ledStrip(p9);
+DigitalOut myled2(LED2);
 
 int main() {
     gpio_t gpio;