Package com.tinkerforge
Interface BrickletIMUV3.GravityVectorListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIMUV3
public static interface BrickletIMUV3.GravityVectorListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletIMUV3.setGravityVectorCallbackConfiguration(long, boolean)
. 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(int x, int y, int z)
-