Modifications on NeoMatrix library to fit the recent Mbed system

Dependents:   4180_final_project_github

Revision:
3:9a2779957e46
Parent:
2:97ef32687eba
Child:
4:f5c7124c262f
diff -r 97ef32687eba -r 9a2779957e46 NeoMatrix.cpp
--- 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"