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:
4:586d20c99dbf
Parent:
3:2b5b03a3c0a5
Child:
5:7e40afd8d533
--- a/WS2811.h	Wed Apr 02 11:54:27 2014 +0000
+++ b/WS2811.h	Wed Apr 02 11:55:14 2014 +0000
@@ -23,6 +23,7 @@
 #include "mbed.h"
 #include "LedStrip.h"
 
+//! Maximum number of LEDs per strip
 #define MAX_LEDS_PER_STRIP 240
 
 extern "C" void DMA0_IRQHandler();