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:
4:101a39472379
Parent:
3:972edaeae65c
Child:
5:8162bfbd47a1
--- a/main.cpp	Thu Dec 05 18:43:40 2013 +0000
+++ b/main.cpp	Thu Sep 08 23:29:47 2016 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "PololuLedStrip.h"
 
-PololuLedStrip ledStrip(p8);
+PololuLedStrip ledStrip(D8);
 
 #define LED_COUNT 155
 rgb_color colors[LED_COUNT];