Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Revision:
46:fd5a62296b12
Parent:
21:5a0c9406e119
--- a/Sensor.h	Wed May 27 11:45:00 2015 +0000
+++ b/Sensor.h	Wed May 27 13:01:43 2015 +0000
@@ -30,7 +30,7 @@
     virtual void stop() = 0; ///< Stop capturing data.
 
     virtual Vector3 read() = 0; ///< Read and return instantaneous (current) sensor data. No need to start the sensor.
-    
+
     Sensor() : delegate(&defaultDelegate) {}
 
 protected: