API Reference

vl53lxcx

CircuitPython driver for VL53L5CX and VL53L8CX ToF sensors

  • Author(s): senseBox

Implementation Notes

Hardware:

Software and Dependencies:

class vl53lxcx.ConfigDataFile(name='vl_fw_config.bin')

Configuration data file handler

class vl53lxcx.Results

Results container for sensor data

class vl53lxcx.VL53L5CX(i2c, addr=0x29, lpn=None)

CircuitPython driver for VL53L5CX ToF sensor

Initialize the sensor

class vl53lxcx.VL53L8CX(i2c, addr=0x29, lpn=None)

CircuitPython driver for VL53L8CX ToF sensor

Initialize the sensor

class vl53lxcx.VL53LxCX(i2c, addr=0x29, lpn=None)

Base class for VL53L5CX and VL53L8CX sensors