Making a demo for VL53L3CX to manage different ToFs together using interrupt? I found MultiRangingSensor demo for VL53L1X and trying to modify it to work for VL53L3CX ,I have noticed that the code works for sensors sequentially!
void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { if (GPIO_Pin==VL53L1X_INT_Pin) { IntCount++; } } /* USER CODE END 0 */ int main(void) { /* USER CODE BEGIN 1 */ uint8_t byteData; uint16_t wordData; uint8_t ToFSensor =1; // 0...