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