Vl53l1x Python Versions Save

Python library for the VL53L1X Laser Ranger

v0.0.5

3 years ago
  • Enhancement: support for ROI thanks to @jinnie

v0.0.4

4 years ago

This is a roundup release for a series of new features that have been languishing for a while.

A source package has been released that should address issues installing on Python versions or architectures for which a Wheel was not supplied. See: #20 and #11.

v0.0.3

4 years ago

v0.0.2

5 years ago

Fix for issue described here: https://forums.pimoroni.com/t/vl53l1x-python3-support/8375

Expands the logic for finding the .so binary component of this library to allow for architecture dependent binaries. Really need to find a better way of doing this, because the current setup is clearly bonkers. (SWIG?)

v0.0.1

5 years ago

This is a proof of concept release demonstrating Python CTypes binding to the VL53l1X official sensor API.

This code borrows heavily from VL53L0X_rasp_python which you can find here: https://github.com/johnbryanmoore/VL53L0X_rasp_python