Optimised fork of bikeNomad's WS2811 LED control library. Supports KL25Z and KL46Z

Dependents:   CubicHand

Fork of Multi_WS2811 by Ned Konz

Optimised to use far less RAM than the original.

Capable of running up to 8 strings of 240 LEDs each with plenty of RAM to spare on the KL46Z.

Should run at least three strings of 240 LEDs on the KL25Z (RAM limited)

Revision:
5:7e40afd8d533
Parent:
4:586d20c99dbf
Child:
6:3b5b8a367f40
--- a/WS2811.h	Wed Apr 02 11:55:14 2014 +0000
+++ b/WS2811.h	Wed Apr 02 11:57:56 2014 +0000
@@ -30,8 +30,9 @@
 extern "C" void TPM0_IRQHandler();
 
 /** 
-* WS2811/n
-* LED Strip controller
+* WS2811/WS2812/WS2812B
+* LED Strip controller\n
+* For FRDM-KL25Z and FRDM-KL46Z
 */
 class WS2811 : public LedStrip
 {