vl53l5cx_set_ranging_frequency_hz and TOF sensors
The datasheet says the maximum ranging frequency's for VL53L5CXV0GC/1 are
60Hz at 4x4
15Hz at 8x8
But the firmware allows for example perfectly 100Hz at 4x4 by setting this value with vl53l5cx_set_ranging_frequency_hz().
I also can see the sensor is ready after 20ms when looping function
vl53l5cx_check_data_ready(&dev,&IsReady);
So this seems to work at higher frequency's too. Is the datasheet wrong?
We would like to set the ranging frequency higher for the 8x8 mode. Is this possible?
