ws2812b sample firmware.

Dependencies:   BurstSPI

Dependents:   mbed_ws2812b mbed_ws2812b

Fork of PixelArray by Jacob Bramley

Revision:
6:f9190f4a19cc
Parent:
4:c3b314df3dfe
--- a/neopixel.cpp	Mon Sep 08 09:28:08 2014 +0000
+++ b/neopixel.cpp	Tue Nov 01 04:34:00 2016 +0000
@@ -1,7 +1,7 @@
 #include <stdint.h>
 #include "mbed.h"
 #include "neopixel.h"
-
+#define TARGET_LPC11U24
 namespace neopixel
 {