Package com.tinkerforge
Interface BrickIMU.MagneticFieldListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickIMU
public static interface BrickIMU.MagneticFieldListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickIMU.setMagneticFieldPeriod(long)
. The parameters are the magnetic field for the x, y and z axis.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
magneticField(short x, short y, short z)
-