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 Sep 08 23:29:47 2016 +0000
Parent:
3:972edaeae65c
Child:
5:8162bfbd47a1
Commit message:
Updated to the latest library versions and changed the pin name to D8.

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
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/PololuLedStrip.lib	Thu Dec 05 18:43:40 2013 +0000
+++ b/PololuLedStrip.lib	Thu Sep 08 23:29:47 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/DavidEGrayson/code/PololuLedStrip/#87fd6273e0ff
+http://mbed.org/users/DavidEGrayson/code/PololuLedStrip/#5368af3ff07d
--- 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];
--- a/mbed.bld	Thu Dec 05 18:43:40 2013 +0000
+++ b/mbed.bld	Thu Sep 08 23:29:47 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/3d0ef94e36ec
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/2e9cc70d1897
\ No newline at end of file