Package com.tinkerforge
Interface BrickIMUV2.GravityVectorListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickIMUV2
public static interface BrickIMUV2.GravityVectorListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickIMUV2.setGravityVectorPeriod(long)
. The parameters gravity vector for the x, y and z axis.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gravityVector(short x, short y, short z)
-