public static interface BrickletLoadCell.WeightReachedListener extends DeviceListener
BrickletLoadCell.setWeightCallbackThreshold(char, int, int)
is reached.
The parameter is the weight as measured by the load cell.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletLoadCell.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
weightReached(int weight) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.