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