public static interface BrickletBarometer.AirPressureReachedListener extends DeviceListener
BrickletBarometer.setAirPressureCallbackThreshold(char, int, int)
is reached.
The parameter is the air pressure of the air pressure sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletBarometer.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
airPressureReached(int airPressure) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.