Contains Ayoub's Ranging and Custom interfaces for the VL53L3CX

Revision:
1:dae4cb24beec
Parent:
0:c1910e04fc6c
--- a/53l3a2_conf.h	Wed Jul 21 14:19:31 2021 +0000
+++ b/53l3a2_conf.h	Wed Jul 21 14:47:53 2021 +0000
@@ -23,10 +23,6 @@
 #ifndef VL53L3A2_CONF_H
 #define VL53L3A2_CONF_H
 
-//#include "stm32l4xx_hal.h"
-//#include "stm32l4xx_nucleo_bus.h"
-//#include "stm32l4xx_nucleo_errno.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -42,19 +38,6 @@
  */
 #define RANGING_SENSOR_INSTANCES_NBR    (3U)
 
-////#define VL53L3A2_hi2c                   (hi2c1)
-
-////#define VL53L3A2_I2C_SCL_GPIO_PORT      BUS_I2C1_SCL_GPIO_PORT
-////#define VL53L3A2_I2C_SCL_GPIO_PIN       BUS_I2C1_SCL_GPIO_PIN
-////#define VL53L3A2_I2C_SDA_GPIO_PORT      BUS_I2C1_SDA_GPIO_PORT
-////#define VL53L3A2_I2C_SDA_GPIO_PIN       BUS_I2C1_SDA_GPIO_PIN
-
-////#define VL53L3A2_I2C_Init               BSP_I2C1_Init
-////#define VL53L3A2_I2C_DeInit             BSP_I2C1_DeInit
-////#define VL53L3A2_I2C_WriteReg           BSP_I2C1_Send
-////#define VL53L3A2_I2C_ReadReg            BSP_I2C1_Recv
-// #define VL53L3A2_GetTick                BSP_GetTick
-
 #ifdef __cplusplus
 }
 #endif