WPILibC++ 2025.2.1
|
Container type for accelerations from all axes. More...
#include <frc/ADXL362.h>
Public Attributes | |
double | XAxis = 0.0 |
Acceleration along the X axis in g-forces. | |
double | YAxis = 0.0 |
Acceleration along the Y axis in g-forces. | |
double | ZAxis = 0.0 |
Acceleration along the Z axis in g-forces. | |
Container type for accelerations from all axes.
double frc::ADXL362::AllAxes::XAxis = 0.0 |
Acceleration along the X axis in g-forces.
double frc::ADXL362::AllAxes::YAxis = 0.0 |
Acceleration along the Y axis in g-forces.
double frc::ADXL362::AllAxes::ZAxis = 0.0 |
Acceleration along the Z axis in g-forces.