public static interface BrickletPTC.ResistanceReachedListener extends DeviceListener
BrickletPTC.setResistanceCallbackThreshold(char, int, int)
is reached.
The parameter is the resistance of the connected sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletPTC.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
resistanceReached(int resistance) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.