Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Revision:
46:fd5a62296b12
Parent:
30:a56c141d1d38
--- a/CherryCam.h	Wed May 27 11:45:00 2015 +0000
+++ b/CherryCam.h	Wed May 27 13:01:43 2015 +0000
@@ -8,12 +8,12 @@
 {
 public:
     CherryCam();            ///< Constructor
-    
+
     void powerOn();         ///< Turn the camera power on. Takes 10-12 sec to boot up.
     void powerOff();        ///< Turn the camera power off.
     void start();           ///< Start video recording. Camera power must be on.
     void stop();            ///< Stop the video recording.
-    
+
 private:
     void generateFallingEdge();
     void pulldownShutterPin();