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.

Files at this revision

API Documentation at this revision

Comitter:
DavidEGrayson
Date:
Thu Sep 08 23:20:53 2016 +0000
Parent:
13:a6258776625e
Child:
15:9a8bd6e2e2a4
Commit message:
Fixed pin name. Was p8, now it is D8.;

Changed in this revision

LedStripGradient.lib Show annotated file Show diff for this revision Revisions of this file
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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LedStripGradient.lib	Thu Sep 08 23:20:53 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/DavidEGrayson/code/LedStripGradient/#a6258776625e
--- a/PololuLedStrip.lib	Thu Dec 05 18:44:28 2013 +0000
+++ b/PololuLedStrip.lib	Thu Sep 08 23:20:53 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: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];
--- a/mbed.bld	Thu Dec 05 18:44:28 2013 +0000
+++ b/mbed.bld	Thu Sep 08 23:20:53 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