test morning

Dependencies:   ISR_Mini-explorer mbed

Fork of roboticLab_withclass_3_July by Georgios Tsamis

Revision:
14:696187e74411
Parent:
11:b91fe0ed4fed
--- a/myMatrix.hpp	Wed Jul 12 09:07:31 2017 +0000
+++ b/myMatrix.hpp	Wed Jul 12 18:08:07 2017 +0000
@@ -10,7 +10,9 @@
         float** data;
 
         myMatrix(int inNbRow,int inNbColumn);
-
+        
+        //~myMatrix();
+        
         void set(int i,int j, float value);
 
         float get(int i,int j);