2023-06-05 02:01 AM
For a project i need to add the sensor VL53L0X to a program, i've found the Library for the sensor ( STSW-IMG005 ) i can compil the program with no error , but don't work , i'm pretty sure it's from the adaptation from the library to my STM32, if you have a similar case or can help me it will be appreciated !
Solved! Go to Solution.
2023-07-06 07:27 PM
Hi Associate
I suspect it was due to I2C function was not ported correctly, you can use below code do a I2C read/write function test to see if the I2C link is working fine.
Br
Zhiyuan.Han
2023-07-06 07:27 PM
Hi Associate
I suspect it was due to I2C function was not ported correctly, you can use below code do a I2C read/write function test to see if the I2C link is working fine.
Br
Zhiyuan.Han