ws2812b sample firmware.

Dependencies:   BurstSPI

Dependents:   mbed_ws2812b mbed_ws2812b

Fork of PixelArray by Jacob Bramley

Files at this revision

API Documentation at this revision

Comitter:
AamirNiaz
Date:
Tue Nov 01 04:34:00 2016 +0000
Parent:
5:47802e75974e
Commit message:
ws2812b Sample code

Changed in this revision

neopixel.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 47802e75974e -r f9190f4a19cc neopixel.cpp
--- 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
 {