Skip to content

Releases: pimoroni/vl53l1x-python

Version 0.0.5

28 Oct 18:46
Compare
Choose a tag to compare
  • Enhancement: support for ROI thanks to @Jinnie

Version 0.0.4

31 Oct 11:22
Compare
Choose a tag to compare

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

  • Enhancement: support for tca9548a, for #13
  • Enhancement: support for i2c address change, for #14
  • Enhancement: support for setting timing budget, for #16
  • Synced API code with latest release from ST - 622c912

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.

Version 0.0.3

31 Oct 11:07
Compare
Choose a tag to compare
v0.0.3

Version 0.0.3

Version 0.0.2

15 Aug 09:04
Compare
Choose a tag to compare

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?)

Version 0.0.1

03 Jul 12:33
Compare
Choose a tag to compare

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