31 lines
1.1 KiB
C
31 lines
1.1 KiB
C
/* USER CODE BEGIN Header */
|
|
/**
|
|
******************************************************************************
|
|
* @file
|
|
* @author MCD Application Team
|
|
* @version V2.0.0
|
|
******************************************************************************
|
|
* @attention
|
|
*
|
|
* Copyright (c) 2025 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.
|
|
*
|
|
******************************************************************************
|
|
*/
|
|
/* USER CODE END Header */
|
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
|
#ifndef __RTE_COMPONENTS_H__
|
|
#define __RTE_COMPONENTS_H__
|
|
|
|
/* Defines ------------------------------------------------------------------*/
|
|
/* STMicroelectronics.X-CUBE-TOF1.3.4.3 */
|
|
#define VL53L7CX_SIMPLE_RANGING
|
|
#define VL53L7CX
|
|
#define BSP_RANGING_SENSOR
|
|
|
|
#endif /* __RTE_COMPONENTS_H__ */
|