API Reference
vl53lxcx
CircuitPython driver for VL53L5CX and VL53L8CX ToF sensors
Author(s): senseBox
Implementation Notes
Hardware:
senseBox ToF Distance Sensor <https://sensebox.shop/product/time-of-flight-sensor>
Software and Dependencies:
Adafruit CircuitPython firmware for the supported boards: https://circuitpython.org/downloads
Adafruit’s Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
- 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