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:
Wed Oct 09 01:23:11 2013 +0000
Parent:
10:557ad654e667
Child:
12:866d90d2e64c
Commit message:
new version of 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 Feb 27 02:48:05 2013 +0000
+++ b/PololuLedStrip.lib	Wed Oct 09 01:23:11 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/DavidEGrayson/code/PololuLedStrip/#809dae64a994
+http://mbed.org/users/DavidEGrayson/code/PololuLedStrip/#34ba573573df
--- a/main.cpp	Wed Feb 27 02:48:05 2013 +0000
+++ b/main.cpp	Wed Oct 09 01:23:11 2013 +0000
@@ -24,6 +24,6 @@
     
         // Send the colors to the LED strip.
         ledStrip.write(colors, LED_COUNT);
-        wait_ms(10);
+        wait_ms(10);        
     }
 }