![]() |
WPILibC++ 2026.2.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. | |
| 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::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.