Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Revision:
7:604a8369b801
Parent:
6:c12cea26842d
Child:
8:cba37530d480
--- a/Sensor.h	Thu Feb 12 19:00:28 2015 +0000
+++ b/Sensor.h	Tue Feb 17 16:53:50 2015 +0000
@@ -11,7 +11,7 @@
         int16_t y; ///< y-axis sensor data
         int16_t z; ///< z-axis sensor data
         int16_t reserved; ///< (reserved, do not use)
-        float timestamp; ///< Timestamp in seconds.
+        float timestamp; ///< Timestamp in sec
     };
     
     /// Defines protocol used to send data back to owner. Derive from this class and use Sensor.setDelegate() to receive sensor updates.