2022-12-27 10:40 PM
2022-12-27 11:46 PM
If I do the following inside a while(1) loop:
VL53L1X_GetDistance(DEV, &Distance);
VL53L1X_ClearInterrupt(DEV);
VL53L1X_StartRanging(DEV);
I get periodic interrupts. However, the interrupt is inverted. The yellow line shows the interrupts.