Sends compass and accelerometer data, receives data and displays on LED matrix

Dependencies:   microbit

Revision:
4:7f5e478f945c
Parent:
1:17905d919813
--- a/LedMatrix.h	Mon Feb 20 15:26:27 2017 +0000
+++ b/LedMatrix.h	Mon Feb 20 15:29:07 2017 +0000
@@ -10,7 +10,6 @@
     vector<vector<int> > ledMatrix;
 public:
     LedMatrix();
-    //void setLedMatrix(ManagedString data);
     void setLedMatrix(int row, int col);
     MicroBitImage getMatrixImage(); 
 };