summaryrefslogtreecommitdiff
path: root/IMU.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-05-21 11:28:11 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-05-21 11:28:11 +0200
commit0dc7f360a4c495a04553df27e6799428798b090f (patch)
treefbe3b42ea05457815ff567e33870e435c167ef10 /IMU.h
parent0c8adf15d10d13331ac2d01718aba300a7c48b17 (diff)
dos2unix
Diffstat (limited to 'IMU.h')
-rwxr-xr-xIMU.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/IMU.h b/IMU.h
index f25f38c..003488a 100755
--- a/IMU.h
+++ b/IMU.h
@@ -1,26 +1,26 @@
-//=====================================================================================================
-// IMU.h
-// S.O.H. Madgwick
-// 25th September 2010
-//=====================================================================================================
-//
-// See IMU.c file for description.
-//
-//=====================================================================================================
-#ifndef IMU_h
-#define IMU_h
-
-//----------------------------------------------------------------------------------------------------
-// Variable declaration
-
-extern float q0, q1, q2, q3; // quaternion elements representing the estimated orientation
-
-//---------------------------------------------------------------------------------------------------
-// Function declaration
-
-void IMUupdate(float gx, float gy, float gz, float ax, float ay, float az);
-
-#endif
-//=====================================================================================================
-// End of file
+//=====================================================================================================
+// IMU.h
+// S.O.H. Madgwick
+// 25th September 2010
+//=====================================================================================================
+//
+// See IMU.c file for description.
+//
+//=====================================================================================================
+#ifndef IMU_h
+#define IMU_h
+
+//----------------------------------------------------------------------------------------------------
+// Variable declaration
+
+extern float q0, q1, q2, q3; // quaternion elements representing the estimated orientation
+
+//---------------------------------------------------------------------------------------------------
+// Function declaration
+
+void IMUupdate(float gx, float gy, float gz, float ax, float ay, float az);
+
+#endif
+//=====================================================================================================
+// End of file
//===================================================================================================== \ No newline at end of file