public static interface BrickletVoltage.VoltageReachedListener extends DeviceListener
BrickletVoltage.setVoltageCallbackThreshold(char, int, int)
is reached.
The parameter is the voltage of the sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletVoltage.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
voltageReached(int voltage) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.