output only raw data (acceleration, anguler rate, geomagnetism, air pressure)

Dependencies:   mbed SDFileSystem ConfigFile

Revision:
13:df1e8a650185
Parent:
9:6d4578dcc1ed
Child:
23:79cdc1432160
--- a/Vector/Vector.h	Tue Jun 16 17:04:58 2015 +0000
+++ b/Vector/Vector.h	Fri Jun 19 01:08:35 2015 +0000
@@ -18,6 +18,7 @@
     Vector& operator-=(const Vector& v);
 
     void SetComp(int dimNo, float val);
+    void SetComps(float* vals);
     float GetNorm() const;
     Vector Normalize() const;
     Vector GetParaCompTo(Vector v);