Resolved! vl53l1x number of SPAD?
I have been using GetResult method of grabbing the sensor reading. It returns this structure: typedef struct {uint8_t Status; /*!< ResultStatus */uint16_t Distance; /*!< ResultDistance */uint16_t Ambient; /*!< ResultAmbient */uint16_t SigPerSPAD;/*!...