public static interface BrickletRotaryPoti.PositionReachedListener extends DeviceListener
BrickletRotaryPoti.setPositionCallbackThreshold(char, short, short)
is reached.
The parameter is the position 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 |
positionReached(short position) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.