M5Unified
|
#include <IMU_Base.hpp>
Public Attributes | |
union { | |
float value [3] = { 8.0f / 32768.0f, 2000.0f / 32768.0f, 10.0f * 4912.0f / 32768.0f } | |
struct { | |
float accel_res | |
float gyro_res | |
float mag_res | |
} | |
} | __attribute__ |
float | temp_res = 1.0f |
float | temp_offset = 0.0f |
Definition at line 52 of file IMU_Base.hpp.
union { ... } m5::IMU_Base::imu_convert_param_t::__attribute__ |
float m5::IMU_Base::imu_convert_param_t::accel_res |
Definition at line 59 of file IMU_Base.hpp.
float m5::IMU_Base::imu_convert_param_t::gyro_res |
Definition at line 60 of file IMU_Base.hpp.
float m5::IMU_Base::imu_convert_param_t::mag_res |
Definition at line 61 of file IMU_Base.hpp.
float m5::IMU_Base::imu_convert_param_t::temp_offset = 0.0f |
Definition at line 65 of file IMU_Base.hpp.
float m5::IMU_Base::imu_convert_param_t::temp_res = 1.0f |
Definition at line 64 of file IMU_Base.hpp.
float m5::IMU_Base::imu_convert_param_t::value[3] = { 8.0f / 32768.0f, 2000.0f / 32768.0f, 10.0f * 4912.0f / 32768.0f } |
Definition at line 56 of file IMU_Base.hpp.