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:
14:deec0e9c10a4
Parent:
13:a6258776625e
--- a/main.cpp	Thu Dec 05 18:44:28 2013 +0000
+++ b/main.cpp	Thu Sep 08 23:20:53 2016 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "PololuLedStrip.h"
 
-PololuLedStrip ledStrip(p8);
+PololuLedStrip ledStrip(D8);
 
 #define LED_COUNT 60
 rgb_color colors[LED_COUNT];