Releases: pimoroni/vl53l1x-python
Version 0.0.5
Version 0.0.4
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
v0.0.3 Version 0.0.3
Version 0.0.2
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
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