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
vl53l1_silicon_core.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 #ifndef _VL53L1_SILICON_CORE_H_ 00016 #define _VL53L1_SILICON_CORE_H_ 00017 00018 #include "vl53l1_platform.h" 00019 00020 #ifdef __cplusplus 00021 extern "C" { 00022 #endif 00023 00024 00025 00026 00027 VL53L1_Error VL53L1_is_firmware_ready_silicon( 00028 VL53L1_DEV Dev, 00029 uint8_t *pready); 00030 00031 00032 #ifdef __cplusplus 00033 } 00034 #endif 00035 00036 #endif 00037
Generated on Thu Jul 14 2022 10:20:22 by
 1.7.2
 1.7.2