vl53L3cx implementing in own STM32 project
Hi,
I want to implement the vl53L3cx onto my own board , using CUBEIDE , HAL driver and an STM32G473CCT6 controller.
I have read dozens of documents, but it's quite overwhelming and not clear which API to use.
I have now implemented this API in my project : VL53Lx_API
The complementing documentation is VL53L0X_API_v1.0.4.4960_externalx.pdf .
This is already strange as my device is VL53L3 and not VL53L0
I can sum up al inconsistencies I occurred and put them in questions, but maybe its faster to ask for a guideline and links to documentation I need to implement this sensor in my own board.
What I want is
1) Load the sensors firmware trough I2C at startup
2) Using the correct API to communicate with the sensor
Thank you
Steve
