|
M5Unified
|
#include <IMU_Base.hpp>

Public Attributes | |
| union { | |
| int16_t value [10] = { 0, } | |
| point3d_i16_t sensor [3] | |
| }; | |
| point3d_i16_t | accel |
| point3d_i16_t | gyro |
| point3d_i16_t | mag |
| int16_t | temp |
Definition at line 36 of file IMU_Base.hpp.
| union { ... } |
| point3d_i16_t m5::IMU_Base::imu_raw_data_t::accel |
Definition at line 44 of file IMU_Base.hpp.
| point3d_i16_t m5::IMU_Base::imu_raw_data_t::gyro |
Definition at line 45 of file IMU_Base.hpp.
| point3d_i16_t m5::IMU_Base::imu_raw_data_t::mag |
Definition at line 46 of file IMU_Base.hpp.
| point3d_i16_t m5::IMU_Base::imu_raw_data_t::sensor[3] |
Definition at line 41 of file IMU_Base.hpp.
| int16_t m5::IMU_Base::imu_raw_data_t::temp |
Definition at line 47 of file IMU_Base.hpp.
| int16_t m5::IMU_Base::imu_raw_data_t::value[10] = { 0, } |
Definition at line 40 of file IMU_Base.hpp.