IMU 10dof MEMS from DR Robot adapted from HK10DOF Changed gyro to ITG3200
Fork of HK10DOF by
WARNING: This project is not complete, but this library seems ok so far.
I have the module DFRobotics.com 10DOF MEMS IMU. I wanted a concise module for resolving direction and movement.
I found HK10DOF library (http://developer.mbed.org/users/pommzorz/code/HK10DOF/) with quaternions. But it used a different gyro. So I modified that code to use the same higher level calls but use the ITG3200 low level calls.
Files at revision 4:c4db4e2ffdd7
Name | Size | Actions |
---|---|---|
[up] | ||
ADXL345_I2C.cpp | 12597 | Revisions Annotate |
ADXL345_I2C.h | 19203 | Revisions Annotate |
BMP085.cpp | 4261 | Revisions Annotate |
BMP085.h | 1089 | Revisions Annotate |
HMC5883L.cpp | 4455 | Revisions Annotate |
HMC5883L.h | 6910 | Revisions Annotate |
IMU10DOF.cpp | 16295 | Revisions Annotate |
IMU10DOF.h | 5158 | Revisions Annotate |
ITG3200.cpp | 5640 | Revisions Annotate |
ITG3200.h | 5253 | Revisions Annotate |
helper_3dmath.h | 6639 | Revisions Annotate |
vector_math.h | 33540 | Revisions Annotate |