Contains Ayoub's Ranging and Custom interfaces for the VL53L3CX

Committer:
charlesmn
Date:
Wed Jul 21 14:47:53 2021 +0000
Revision:
1:dae4cb24beec
Parent:
0:c1910e04fc6c
strip out commented out code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
charlesmn 0:c1910e04fc6c 1 /**
charlesmn 0:c1910e04fc6c 2 ******************************************************************************
charlesmn 0:c1910e04fc6c 3 * @file custom_tof_conf.h
charlesmn 0:c1910e04fc6c 4 * @author IMG SW Application Team
charlesmn 0:c1910e04fc6c 5 * @brief This file contains definitions of the TOF components bus interfaces
charlesmn 0:c1910e04fc6c 6 * for custom boards
charlesmn 0:c1910e04fc6c 7 ******************************************************************************
charlesmn 0:c1910e04fc6c 8 * @attention
charlesmn 0:c1910e04fc6c 9 *
charlesmn 0:c1910e04fc6c 10 * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
charlesmn 0:c1910e04fc6c 11 * All rights reserved.</center></h2>
charlesmn 0:c1910e04fc6c 12 *
charlesmn 0:c1910e04fc6c 13 * This software component is licensed by ST under BSD 3-Clause license,
charlesmn 0:c1910e04fc6c 14 * the "License"; You may not use this file except in compliance with the
charlesmn 0:c1910e04fc6c 15 * License. You may obtain a copy of the License at:
charlesmn 0:c1910e04fc6c 16 * opensource.org/licenses/BSD-3-Clause
charlesmn 0:c1910e04fc6c 17 *
charlesmn 0:c1910e04fc6c 18 ******************************************************************************
charlesmn 0:c1910e04fc6c 19 */
charlesmn 0:c1910e04fc6c 20
charlesmn 0:c1910e04fc6c 21 /* Define to prevent recursive inclusion -------------------------------------*/
charlesmn 0:c1910e04fc6c 22 #ifndef __CUSTOM_TOF_CONF_H__
charlesmn 0:c1910e04fc6c 23 #define __CUSTOM_TOF_CONF_H__
charlesmn 0:c1910e04fc6c 24
charlesmn 0:c1910e04fc6c 25 #ifdef __cplusplus
charlesmn 0:c1910e04fc6c 26 extern "C" {
charlesmn 0:c1910e04fc6c 27 #endif
charlesmn 0:c1910e04fc6c 28
charlesmn 0:c1910e04fc6c 29 /* Includes ------------------------------------------------------------------*/
charlesmn 0:c1910e04fc6c 30
charlesmn 0:c1910e04fc6c 31 #define USE_CUSTOM_RANGING_VL53L3CX (1U)
charlesmn 0:c1910e04fc6c 32
charlesmn 0:c1910e04fc6c 33 #define CUSTOM_VL53L3CX_XSHUT_PORT GPIOA
charlesmn 0:c1910e04fc6c 34 #define CUSTOM_VL53L3CX_XSHUT_PIN ARDUINO_UNO_D9
charlesmn 0:c1910e04fc6c 35
charlesmn 0:c1910e04fc6c 36
charlesmn 0:c1910e04fc6c 37 #ifdef __cplusplus
charlesmn 0:c1910e04fc6c 38 }
charlesmn 0:c1910e04fc6c 39 #endif
charlesmn 0:c1910e04fc6c 40
charlesmn 0:c1910e04fc6c 41 #endif /* __CUSTOM_TOF_CONF_H__*/
charlesmn 0:c1910e04fc6c 42
charlesmn 0:c1910e04fc6c 43 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
charlesmn 0:c1910e04fc6c 44