![]() |
Khangai Robot Play - Naive
01
THe naive play of the Khangai Robot
|
#include <mpu6050.h>

Public Attributes | |
| I2C_HandleTypeDef * | hi2c |
| Vec3< int16_t > | raw_g_axis |
| Vec3< int16_t > | raw_a_axis |
| Vec3< float > | norm_g_axis |
| Vec3< float > | norm_a_axis |
| uint8_t | address |
| float | tmpr |
| enum Accel_Scale | a_scale |
| enum Gyro_Scale | g_scale |
| enum Accel_Scale MPU6050::a_scale |
| uint8_t MPU6050::address |
| enum Gyro_Scale MPU6050::g_scale |
| I2C_HandleTypeDef* MPU6050::hi2c |
| Vec3<float> MPU6050::norm_a_axis |
| Vec3<float> MPU6050::norm_g_axis |
| Vec3<int16_t> MPU6050::raw_a_axis |
| Vec3<int16_t> MPU6050::raw_g_axis |
| float MPU6050::tmpr |