This library lets you control the addressable RGB LED strips from Pololu Robotics. Forked to add selectable colour order (Support RGB or GRB Leds)

Fork of PololuLedStrip by David Grayson

Files at this revision

API Documentation at this revision

Comitter:
DavidEGrayson
Date:
Fri Mar 01 05:17:02 2013 +0000
Parent:
17:91fb934a2166
Child:
19:46d7ab0ba3e7
Commit message:
A link in the docs didn't work, so I removed it.

Changed in this revision

PololuLedStrip.h Show annotated file Show diff for this revision Revisions of this file
--- a/PololuLedStrip.h	Fri Mar 01 05:13:23 2013 +0000
+++ b/PololuLedStrip.h	Fri Mar 01 05:17:02 2013 +0000
@@ -19,8 +19,7 @@
 
     extern "C" int led_strip_write_color(rgb_color *, volatile uint32_t * set, volatile uint32_t * clear, uint32_t mask);
 
-    /** This class lets you control the
-    <a href="http://www.pololu.com/catalog/category/20">addressable RGB LED strips from Pololu</a>,
+    /** This class lets you control the addressable RGB LED strips from Pololu</a>,
     or any other LED strip based on the TM1804 chip. */
     class PololuLedStrip
     {