A translation into micropython of the VL53L3CX_ULP driver from ST
Note: does not work that much with our copies, although the code seems to be a correct transcription
mpremote mip install github:haum/micropython-vl53l3cx
import mip
mip.install('github:haum/micropython-vl53l3cx')
import vl53l3cx
See examples directory