public static interface BrickletDustDetector.DustDensityReachedListener extends DeviceListener
BrickletDustDetector.setDustDensityCallbackThreshold(char, int, int)
is reached.
The parameter is the dust density of the sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletDustDetector.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
dustDensityReached(int dustDensity) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.