UAVの姿勢推定に使用するプログラム。

Dependencies:   MPU6050_alter

Revision:
4:21a356ae0747
Parent:
3:3fa7882a5fd0
--- a/Vector/Vector_Matrix_operator.h	Wed Jul 24 12:00:01 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#include "Matrix.h"
-#include "Vector.h"
-
-Vector operator*(const Matrix& lhm, const Vector& rhv);
-Vector operator*(const Vector& lhv, const Matrix& rhm);
\ No newline at end of file