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:
19:46d7ab0ba3e7
Parent:
18:34ba573573df
--- a/PololuLedStrip.h	Fri Mar 01 05:17:02 2013 +0000
+++ b/PololuLedStrip.h	Wed Oct 09 01:13:49 2013 +0000
@@ -45,7 +45,7 @@
         To update all the LEDs in the LED strip, count should be equal to or greater than the number of LEDs in the strip.
         If count is less than the number of LEDs in the strip, then some LEDs near the end of the strip will not be updated.
         
-        The colors are sent in series and each color takes about 60 microseconds to send.
+        The colors are sent in series and each color takes about 45 microseconds to send.
         This function disables interrupts temporarily while it is running.
         This function waits for over 10 us at the end before returning to allow the colors to take effect.
         */