public static interface BrickletAmbientLightV2.IlluminanceReachedListener extends DeviceListener
BrickletAmbientLightV2.setIlluminanceCallbackThreshold(char, long, long)
is reached.
The parameter is the illuminance of the ambient light sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletAmbientLightV2.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
illuminanceReached(long illuminance) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.