MPUとHMCでうごくかもver

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by hiroya taura

Revision:
42:7428acb9b14d
Parent:
40:4188d55e62fc
--- a/Vector/Vector.h	Sat Dec 26 07:51:26 2015 +0000
+++ b/Vector/Vector.h	Sat Dec 26 11:07:09 2015 +0000
@@ -20,6 +20,7 @@
     Vector& operator+=(const Vector& v);
     Vector& operator-=(const Vector& v);
 
+    int Getdim(){return dim;}
     void SetComp(int dimNo, float val);
     void SetComps(float* vals);
     float GetNorm() const;