Package edu.wpi.first.wpilibj.simulation
Class ADXL362Sim
java.lang.Object
edu.wpi.first.wpilibj.simulation.ADXL362Sim
Class to control a simulated ADXL362.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ADXL362Sim
Constructor.- Parameters:
device
- The device to simulate
-
-
Method Details
-
setX
Sets the X acceleration.- Parameters:
accel
- The X acceleration.
-
setY
Sets the Y acceleration.- Parameters:
accel
- The Y acceleration.
-
setZ
Sets the Z acceleration.- Parameters:
accel
- The Z acceleration.
-