-
Notifications
You must be signed in to change notification settings - Fork 103
Home
johnbryanmoore edited this page Jan 22, 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.
(Please note that while the author is an embedded software engineer, this is a first attempt at extending python and the author only started learning python less than 2 months ago so any improvement suggestions are appreciated).