Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Dependents: VL53L1CB_noshield_1sensor_polls_auton VL53L1CB_noshield_1sensor_interrupt_auton X_NUCLEO_53L1A2
vl53l1_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 VL53L1 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 _VL53L1_HIST_CHAR_H_ 00017 #define _VL53L1_HIST_CHAR_H_ 00018 00019 #include "vl53l1_platform.h" 00020 00021 #ifdef __cplusplus 00022 extern "C" 00023 { 00024 #endif 00025 00026 00027 00028 00029 VL53L1_Error VL53L1_set_calib_config( 00030 VL53L1_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 VL53L1_Error VL53L1_set_hist_calib_pulse_delay( 00042 VL53L1_DEV Dev, 00043 uint8_t calib_delay); 00044 00045 00046 00047 00048 VL53L1_Error VL53L1_disable_calib_pulse_delay( 00049 VL53L1_DEV Dev); 00050 00051 00052 #ifdef __cplusplus 00053 } 00054 #endif 00055 00056 #endif 00057
Generated on Thu Jul 14 2022 10:14:48 by
1.7.2