Forked PololuLedStrip and modified it to work with the KL25Z. Renamed it to Adafruit_NeoPixel.

Dependents:   idd_hw3 idd_fa15_hw3_lauren_bill_tomas idd_fa15_hw3_lauren_bill_tomas Raiden ... more

Fork of PololuLedStrip by David Grayson

Revision:
18:34ba573573df
Parent:
7:9a088f042ee0
Child:
19:46d7ab0ba3e7
--- 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
     {