MPU6050のサンプルプログラム2

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by LAURUS

Committer:
taurin
Date:
Mon Dec 07 02:11:56 2015 +0000
Revision:
36:94dc027e05cd
Parent:
3:5358a691a100
MPU?HMC??????ver

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ojan 3:5358a691a100 1 #include "Matrix.h"
ojan 3:5358a691a100 2 #include "Vector.h"
ojan 3:5358a691a100 3
ojan 3:5358a691a100 4 Vector operator*(const Matrix& lhm, const Vector& rhv);
ojan 3:5358a691a100 5 Vector operator*(const Vector& lhv, const Matrix& rhm);