ID Register to differentiate VL53L0x, VL53L1x, etc
Hello!
I am working on a project where I would like to be able to detect which type of sensor I have connected (via I2C). For example, I am currentky planning on using a VL53L0x, but would like to be able to detect on boot if I am still using the VL53L0x or have switched to a VL53L1Cx, etc. I recognize that the initialization and read processes are a bit different, and would simply set a flag so I know which to call. Basically, I would like to be able to swap sensors in the field and be able to detect those changes. Is there any sort of ID Register? Is there a different way? I looked through the VL53L0x data sheet but did not find any mention of anything like this. Thanks!
