ESP32 - AirTag Documentation
|
Data structure for storing IMU sensor readings. More...
#include <IMU_STRUCT.h>
Public Attributes | |
float | AccX |
float | AccY |
float | AccZ |
float | GyroX |
float | GyroY |
float | GyroZ |
float | MagX |
float | MagY |
float | MagZ |
Data structure for storing IMU sensor readings.
Holds accelerometer, gyroscope, and magnetometer measurements along the X, Y, and Z axes.
float imu::AccX |
Acceleration along X-axis (g).
float imu::AccY |
Acceleration along Y-axis (g).
float imu::AccZ |
Acceleration along Z-axis (g).
float imu::GyroX |
Angular velocity around X-axis (degrees/sec).
float imu::GyroY |
Angular velocity around Y-axis (degrees/sec).
float imu::GyroZ |
Angular velocity around Z-axis (degrees/sec).
float imu::MagX |
Magnetic field along X-axis (µT).
float imu::MagY |
Magnetic field along Y-axis (µT).
float imu::MagZ |
Magnetic field along Z-axis (µT).