driver for WS2812B LED, modified for better compatibility with LPC812 and LPC1549

Dependencies:   BurstSPI

Dependents:   RGB-balls cylon

Fork of wsDrive by Andy A

Revision:
2:1f20efb81649
Parent:
1:741864ea11d4
Child:
3:3c48065d20ff
--- a/wsDrive.h	Thu Nov 06 17:11:43 2014 +0000
+++ b/wsDrive.h	Fri Nov 07 09:25:52 2014 +0000
@@ -14,9 +14,6 @@
 *****************************************************************/
 
 
-class SerialBufferedCallbackDummyClass;
-
-
 /** A structure used to hold a single pixel or a pixel colour
 *
 * Each colour can be set to any value between 0 and 255.