public static interface BrickletRotaryPoti.AnalogValueReachedListener extends DeviceListener
BrickletRotaryPoti.setAnalogValueCallbackThreshold(char, int, int)
is reached.
The parameter is the analog value of the rotary potentiometer.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletRotaryPoti.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
analogValueReached(int value) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.