public static interface BrickletLinearPoti.PositionReachedListener extends DeviceListener
BrickletLinearPoti.setPositionCallbackThreshold(char, int, int)
is reached.
The parameter is the position of the linear potentiometer.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletLinearPoti.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
positionReached(int position) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.