HelloI 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 oth...