public static interface BrickletBarometer.AltitudeReachedListener extends DeviceListener
BrickletBarometer.setAltitudeCallbackThreshold(char, int, int)
is reached.
The parameter is the altitude 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 |
altitudeReached(int altitude) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.