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

Dependencies:   microbit

Files at this revision

API Documentation at this revision

Comitter:
kinga
Date:
Mon Feb 20 15:46:10 2017 +0000
Parent:
4:7f5e478f945c
Commit message:
refactor: data management resolved

Changed in this revision

LedMatrix.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LedMatrix.cpp	Mon Feb 20 15:29:07 2017 +0000
+++ b/LedMatrix.cpp	Mon Feb 20 15:46:10 2017 +0000
@@ -40,5 +40,7 @@
         }
     }
     MicroBitImage matrixImage(ledStatus);
+    delete ledStatus;
+    ledStatus = NULL;
     return matrixImage;
 }
\ No newline at end of file