diff --git a/Source/INS/geometry/quaternion.c b/Source/INS/geometry/quaternion.c new file mode 100644 index 0000000..27e3f04 --- /dev/null +++ b/Source/INS/geometry/quaternion.c @@ -0,0 +1,4 @@ +#include "quaternion.h" + + + diff --git a/Source/INS/geometry/quaternion.h b/Source/INS/geometry/quaternion.h new file mode 100644 index 0000000..9e90631 --- /dev/null +++ b/Source/INS/geometry/quaternion.h @@ -0,0 +1,10 @@ +#pragma once + +#ifndef QUATERNION_H +#define QUATERNION_H + + + + +#endif + diff --git a/drone.ewp b/drone.ewp index def56da..50f8277 100644 --- a/drone.ewp +++ b/drone.ewp @@ -362,6 +362,7 @@ $PROJ_DIR$\Source\Core\Inc $PROJ_DIR$\Source\BSP\Inc $PROJ_DIR$\Source\Control\Inc + $PROJ_DIR$\Source\INS\geometry