Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Revision:
1:c279bc3af90c
Child:
5:b9f2f62a8f90
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Accelerometer.h	Wed Jan 14 15:44:34 2015 +0000
@@ -0,0 +1,11 @@
+#ifndef _H_ACCELEROMETER_H
+#define _H_ACCELEROMETER_H
+
+#include "I2CPeripheral.h"
+class Accelerometer : public I2CPeripheral {
+    
+public:
+    Accelerometer(I2C &i2c);
+};
+
+#endif
\ No newline at end of file