VL53L1X singleshot measurement
Currently we are using the VL53L1X ULD API which only supports autonomous mode. We would prefer to have a manually controlled measurement flow like the following:
- Start singleshot measurement
- Wait for interrupt
- Read measurement data and clear interrupt
- Start from the beginning
After indicating a finished measurement the VL53L1X sensor must not perform any further measurement and wait for the host MCU to service the interrupt.
Is there any possibility to realize this ? The full API provides code for singleshot operation, unfortunately it seems like it is not fully implemented.
