Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Revision:
29:e81a2b1f8825
Parent:
28:13eee3fe2e34
Child:
30:a56c141d1d38
--- a/CherryCam.cpp	Wed Apr 22 10:17:24 2015 +0000
+++ b/CherryCam.cpp	Wed Apr 22 11:06:42 2015 +0000
@@ -1,6 +1,6 @@
 #include "CherryCam.h"
 
-CherryCam::CherryCam() : powerPin(p31), shutterPin(p30), recording(false)
+CherryCam::CherryCam() : powerPin(p26), shutterPin(p30), recording(false)
 {
     powerPin = 0; // keep off initially
 }