Multiple vl53l1x sensor
Hello , I need to use 2~3 vl53l1x sensor breakout(from pololu) with nodemcu32s ,use arduino ide , My code is below, It work fine if I only use one chip ,#include <Wire.h> #include <vl53l1_api.h> VL53L1_Dev_t dev; VL53L1_DEV Dev = &dev; int statu...