ST Expansion SW Team / VL53L3CX_mbed

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   VL53L3CX_NoShield_1Sensor_poll_Mb06x VL53L3_NoShield_1Sensor_polling_Mb63 X_NUCLEO_53L3A2 53L3A2_Ranging

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers vl53lx_hist_char.h Source File

vl53lx_hist_char.h

00001 
00002 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
00003 /******************************************************************************
00004  * Copyright (c) 2020, STMicroelectronics - All Rights Reserved
00005 
00006  This file is part of VL53LX and is dual licensed,
00007  either GPL-2.0+
00008  or 'BSD 3-clause "New" or "Revised" License' , at your option.
00009  ******************************************************************************
00010  */
00011 
00012 
00013 
00014 
00015 
00016 #ifndef _VL53LX_HIST_CHAR_H_
00017 #define _VL53LX_HIST_CHAR_H_
00018 
00019 #include "vl53lx_platform.h"
00020 
00021 #ifdef __cplusplus
00022 extern "C"
00023 {
00024 #endif
00025 
00026 
00027 
00028 
00029 VL53LX_Error VL53LX_set_calib_config(
00030     VL53LX_DEV      Dev,
00031     uint8_t         vcsel_delay__a0,
00032     uint8_t         calib_1,
00033     uint8_t         calib_2,
00034     uint8_t         calib_3,
00035     uint8_t         calib_2__a0,
00036     uint8_t         spad_readout);
00037 
00038 
00039 
00040 
00041 VL53LX_Error VL53LX_set_hist_calib_pulse_delay(
00042     VL53LX_DEV      Dev,
00043     uint8_t         calib_delay);
00044 
00045 
00046 
00047 
00048 VL53LX_Error VL53LX_disable_calib_pulse_delay(
00049     VL53LX_DEV      Dev);
00050 
00051 
00052 #ifdef __cplusplus
00053 }
00054 #endif
00055 
00056 #endif
00057