2020-01-06 01:43 PM
I am looking to use a VL53LiX ToF sensor in a project that will be written in C# to run on Windows 10 (UWP application). I am struggling to find reference material. Are there any example projects that could point me in the right direction?
Thanks in advance
2021-03-26 11:49 AM
In my humble opinion, if ST doesn't start making provision to modern languages, someone else will. Come on ST. This is a very real decision making factor for people choosing chips.
2021-04-11 09:57 PM
Hi ,
VL53L1X SW official released is written in C but people are modifying to other languages C++/python.
For your reference , I got this link https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/src/VL53L0X
You may refer and change to VL53L1X with our own way. We have very small code footprint.
Regads,
Aditya