Releases: adafruit/Adafruit_CircuitPython_VL53L0X
Bug fixes to repo config files.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-vl53l0x
.
Read the docs for info on how to use it.
Update Travis Badge In Readme
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-vl53l0x
.
Read the docs for info on how to use it.
Update to .pylintrc
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-vl53l0x
.
Read the docs for info on how to use it.
optimization of i2c calls, no functional changes
Merge pull request #7 from ladyada/master Reduce memory by turning calls into iterated lists
3.1.2: Merge pull request #6 from rlake/time_conversion
Fix time conversion in measurement_timing_budget
Speed up fixes from @rlake
fixed timing calculations - now speedy!
Now on PyPi!
- Added
setup.py
- Added PyPI release info to
.travis.yml
- Updated
requirements.txt
- Added a more comprehensive
.gitignore
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-vl53l0x
.
Read the docs for info on how to use it.
Documentation update.
Thanks to @brentru-2 for the great work!
Updated with lint and autobundling!
Thanks to @tannewt for the great work!
2.0 Release for CircuitPython 2.x
Initial release with MPY binary for CircuitPython 2.x releases.