Skip to content
johnbryanmoore edited this page Feb 18, 2017 · 2 revisions

Welcome to the VL53L0X_rasp_python wiki!

VL53L0X Python interface on Raspberry Pi provides a limited python interface on Raspberry Pi to the VL53L0X API (ST Microelectronics) patterned after the cassou/VL53L0X_rasp repository (https://github.com/cassou/VL53L0X_rasp.git)

In order to be able to share the i2c bus with other python code that uses the i2c bus, this library implements the VL53L0X platform specific i2c functions through callbacks to the python smbus interface.

Clone this wiki locally