test morning

Dependencies:   ISR_Mini-explorer mbed

Fork of roboticLab_withclass_3_July by Georgios Tsamis

Revision:
9:1cc27f33d3e1
Parent:
8:072a76960e27
Child:
10:d0109d7cbe7c
--- a/myMatrix.hpp	Mon Jul 10 12:49:07 2017 +0000
+++ b/myMatrix.hpp	Mon Jul 10 16:23:52 2017 +0000
@@ -14,6 +14,10 @@
 
         //WIP
         //void fillWithArray(float** array);
+        
+        void fillWithZeroes();
+        
+        void fillByCopy(myMatrix mat1);
 
         void fillWithTranspose(myMatrix mat1);