From 0dc7f360a4c495a04553df27e6799428798b090f Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 21 May 2011 11:28:11 +0200 Subject: dos2unix --- IMU.h | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'IMU.h') 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 -- cgit v1.2.3