Timing Budget
• Timing Budget and Inter measurement budget statically configured as
part of Initialized process.
• It allows user to configure timing budget and Inter measurement budget
by calling sub sequent API in Application level.
• For Example : In Init time, let say default timing budget set to 41ms and inter
measurement timing budget set to 500ms.
• If user wants to update with new value then call it by following API subsequently.
• VL53L1_SetMeasurementTimingBudgetMicroSeconds(Dev, 50000); // 50ms
• VL53L1_SetInterMeasurementPeriodMilliSeconds(Dev, 1000); //1sec
9