#include "MPU9150Lib.h"
#include "inv_mpu.h"
#include "inv_mpu_dmp_motion_driver.h"
#include "MPUQuaternion.h"
Go to the source code of this file.
Functions | |
static unsigned short | inv_orientation_matrix_to_scalar (const signed char *mtx) |
static unsigned short | inv_row_2_scale (const signed char *row) |
Variables | |
static signed char | gyro_orientation [9] |
static unsigned short inv_orientation_matrix_to_scalar | ( | const signed char * | mtx | ) | [inline, static] |
Definition at line 80 of file MPU9150Lib.cpp.
static unsigned short inv_row_2_scale | ( | const signed char * | row | ) | [inline, static] |
Definition at line 47 of file MPU9150Lib.cpp.
signed char gyro_orientation[9] [static] |
{ 1, 0, 0, 0, 1, 0, 0, 0, 1}
Definition at line 76 of file MPU9150Lib.cpp.