NeoPixel NeoMatrix 8x8 RGB LED library. Product found at https://www.adafruit.com/products/1487. NeoCore.s from Allen Wild's NeoStrip library: http://developer.mbed.org/users/aswild/code/NeoStrip/

Dependents:   NeoMatrix_Demo

Fork of NeoStrip by Allen Wild

Revision:
3:9a2779957e46
Parent:
2:97ef32687eba
--- a/NeoMatrix.cpp	Tue Mar 17 05:43:30 2015 +0000
+++ b/NeoMatrix.cpp	Tue Mar 17 05:46:34 2015 +0000
@@ -1,5 +1,5 @@
 /**********************************************
- * NeoArray.cpp
+ * NeoMatrix.cpp
  *
  * Taylor Powell
  * March 2015
@@ -12,7 +12,7 @@
  */
 
 #include "mbed.h"
-#include "NeoArray.h"
+#include "NeoMatrix.h"
 #include "font.h"