/** ****************************************************************************** * Copyright (c) 2020, STMicroelectronics - All Rights Reserved * * This software is licensed under terms that can be found in the LICENSE file * in the root directory of this software component. * If no LICENSE file comes with this software, it is provided AS-IS. * ****************************************************************************** */ #ifndef _VL53L1_HIST_CHAR_H_ #define _VL53L1_HIST_CHAR_H_ #include "vl53l1_platform.h" #ifdef __cplusplus extern "C" { #endif VL53L1_Error VL53L1_set_calib_config( VL53L1_DEV Dev, uint8_t vcsel_delay__a0, uint8_t calib_1, uint8_t calib_2, uint8_t calib_3, uint8_t calib_2__a0, uint8_t spad_readout); VL53L1_Error VL53L1_set_hist_calib_pulse_delay( VL53L1_DEV Dev, uint8_t calib_delay); VL53L1_Error VL53L1_disable_calib_pulse_delay( VL53L1_DEV Dev); #ifdef __cplusplus } #endif #endif