Device: VL53L1 Subject: VL53L1X_ULD API Question 1: How can I activate the 2V8-interface mode in the compact driver? Question 2: Should register 0x28 and register 0x29 both be written to ensure 2V8-mode?
Explanatory note:
The "fat driver" has built in code to detect a "USE_I2C_2V8" flag.
If detected, the software writes to register 0x2E.
Though the register names for 0x2E and 0x2F suggest that both should be changed to get the interface mode wanted (high voltage for both I2C and GPIO) , the "fat driver" seems to change register 0x2E only (and not to 0x2F: cf. question 2).
I could not find any detection code In the "ULD driver" and not any code writing to register 0x2E or 0x2F (cf. question 1) .
