SparkFun_VL53L1X_Arduino_Library icon indicating copy to clipboard operation
SparkFun_VL53L1X_Arduino_Library copied to clipboard

Activating the sensor XShut at initialization

Open HamzaHajeir opened this issue 1 year ago • 0 comments

Hi

I've solved a bug in sensor init while xShut pin is defined and wired

The xShut is defaulted to Low state when set to OUTPUT, so an injection of _device->VL53L1_On(); is required at begin() function.

HamzaHajeir avatar Aug 01 '22 12:08 HamzaHajeir