VL53L1X - Sensor doesn't return distance values after setting window thresholds. Ultra Lite Driver (ULD)
Hello
I use VL53L1X in polling mode to detect hand presence in the range [30, 200] mm. It works well and VL53L1X_GetResult() returns values continuously.
Now I want to add window thresholds [40, 80] mm because I need GPIO interrupt to trigger some other especial functionality when my hand is inside range [40, 80] mm.
After setting window thresholds with "VL53L1X_SetDistanceThreshold()", function VL53L1X_GetResult() only returns distance values when my hand is inside [40,80].
However I need VL53L1X_GetResult() to return values continuously, regardless of the window configuration or distance from my hand to the sensor.
Is it possible to do that?
