2021-04-26 09:15 PM
Hi,
I am planning to use VL53L1X ULD API for calibration functionality. Host system is Raspberry PI and I got source code of VL53L1X ULD and Example Application from https://my.st.com/content/my_st_com/en/products/embedded-software/imaging-software/stsw-
2021-04-28 07:08 AM
l double-checked. There is a makefile in there. In fact there are two.
If you want to use interrupts, you need a kernel module to absorb the interrupt and then make a call-back for you.
That code is in there - but you only need it if you want to use the interrupts. Otherwise the code will poll for done.
I'd start with the polling-type program until you are confident it works and then move on to the interrupt.
The code is simple and hopefully straight forward.
Good luck.