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

Dependencies:   PololuLedStrip mbed

For more information, see the PololuLedStrip library.

Revision:
3:972edaeae65c
Parent:
2:69cc4148a7fa
Child:
4:101a39472379
--- a/main.cpp	Wed Oct 09 01:20:26 2013 +0000
+++ b/main.cpp	Thu Dec 05 18:43:40 2013 +0000
@@ -3,7 +3,7 @@
 
 PololuLedStrip ledStrip(p8);
 
-#define LED_COUNT 60
+#define LED_COUNT 155
 rgb_color colors[LED_COUNT];
 
 Timer timer;