Package com.tinkerforge
Interface BrickletPerformanceDC.EmergencyShutdownListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletPerformanceDC
public static interface BrickletPerformanceDC.EmergencyShutdownListener extends DeviceListener
This listener is triggered if either the current consumption is too high or the temperature of the driver chip is too high (above 150°C) or the user defined thermal shutdown is triggered (seeBrickletPerformanceDC.setThermalShutdown(int)
). n case of a voltage below 6V (input voltage) this listener is triggered as well. If this listener is triggered, the driver chip gets disabled at the same time. That means,BrickletPerformanceDC.setEnabled(boolean)
has to be called to drive the motor again.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
emergencyShutdown()
-