Simple 8x8 LED Matrix controller which interfaces with a Processing GUI over serial to display sketches

Dependencies:   Multi_WS2811 mbed

Fork of Multi_WS2811_test by Ned Konz

Revision:
18:d98353e8c61c
Parent:
17:b4e9d8f4baa9
Child:
19:600deef36348
--- a/main.cpp	Thu Dec 05 15:25:16 2013 +0000
+++ b/main.cpp	Thu Dec 05 15:39:39 2013 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
-#include "WS2812.h"
+#include "WS2811.h"
 
 int main(void)
 {
-    WS2812 lightStrip(60*4, PTD2, PTD3);
+    WS2811 lightStrip(60*4, PTD2, PTD3);
 }
\ No newline at end of file