Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
mpu6050.cpp File Reference
#include "mpu6050.h"
#include "smoothing_algorithm.h"
Include dependency graph for mpu6050.cpp:

Functions

int8_t MPU6050_Init (struct MPU6050 *mpu)
 
int8_t MPU6050_Read_RawAccel (struct MPU6050 *mpu)
 
int8_t MPU6050_Read_RawGyro (struct MPU6050 *mpu)
 
int8_t MPU6050_Read_Temp (struct MPU6050 *mpu)
 
int8_t MPU6050_Read_RawAxes (struct MPU6050 *mpu)
 
int8_t MPU6050_Read_NormAccel (struct MPU6050 *mpu)
 
int8_t MPU6050_Read_NormGyro (struct MPU6050 *mpu)
 
int8_t MPU6050_Read_NormAxes (struct MPU6050 *mpu)
 
Vec3< float > MPU6050_Calc_OmegaBias (struct MPU6050 *mpu, uint32_t n)
 

Function Documentation

◆ MPU6050_Calc_OmegaBias()

Vec3<float> MPU6050_Calc_OmegaBias ( struct MPU6050 mpu,
uint32_t  n 
)
Here is the call graph for this function:

◆ MPU6050_Init()

int8_t MPU6050_Init ( struct MPU6050 mpu)

◆ MPU6050_Read_NormAccel()

int8_t MPU6050_Read_NormAccel ( struct MPU6050 mpu)
Here is the call graph for this function:

◆ MPU6050_Read_NormAxes()

int8_t MPU6050_Read_NormAxes ( struct MPU6050 mpu)
Here is the call graph for this function:

◆ MPU6050_Read_NormGyro()

int8_t MPU6050_Read_NormGyro ( struct MPU6050 mpu)
Here is the call graph for this function:

◆ MPU6050_Read_RawAccel()

int8_t MPU6050_Read_RawAccel ( struct MPU6050 mpu)

◆ MPU6050_Read_RawAxes()

int8_t MPU6050_Read_RawAxes ( struct MPU6050 mpu)
Here is the call graph for this function:

◆ MPU6050_Read_RawGyro()

int8_t MPU6050_Read_RawGyro ( struct MPU6050 mpu)

◆ MPU6050_Read_Temp()

int8_t MPU6050_Read_Temp ( struct MPU6050 mpu)