public static interface BrickletAnalogInV2.VoltageReachedListener extends DeviceListener
BrickletAnalogInV2.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 BrickletAnalogInV2.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
voltageReached(int voltage) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.