Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

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