Package com.tinkerforge
Interface BrickIMUV2.TemperatureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickIMUV2
public static interface BrickIMUV2.TemperatureListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickIMUV2.setTemperaturePeriod(long)
. The parameter is the temperature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
temperature(byte temperature)
-