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.

Files at this revision

API Documentation at this revision

Comitter:
DavidEGrayson
Date:
Thu Dec 05 18:43:40 2013 +0000
Parent:
2:69cc4148a7fa
Child:
4:101a39472379
Commit message:
Updated the library.

Changed in this revision

PololuLedStrip.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/PololuLedStrip.lib	Wed Oct 09 01:20:26 2013 +0000
+++ b/PololuLedStrip.lib	Thu Dec 05 18:43:40 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/DavidEGrayson/code/PololuLedStrip/#46d7ab0ba3e7
+http://mbed.org/users/DavidEGrayson/code/PololuLedStrip/#87fd6273e0ff
--- 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;