2021-03-30 01:33 PM
Hi,
I included the VL53L0X API from ST in a STM32G4 STM32CubeMX project. Now I need a example of how to use the API to init the VL53L0X and do a simple range measurement. I'm using the Arduino VL53L0X module.
Solved! Go to Solution.
2021-04-05 09:32 AM
Hi @Community member ,
The proximity sensor VL53L0X is available in STM32WB5MM-DK & B-L475E-IOT01A boards. That's why you will find its dedicated APIs under the following folders:
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2021-04-05 09:32 AM
Hi @Community member ,
The proximity sensor VL53L0X is available in STM32WB5MM-DK & B-L475E-IOT01A boards. That's why you will find its dedicated APIs under the following folders:
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2021-04-06 06:36 AM
Thanks Amel.