Skip to content

Releases: adafruit/Adafruit_CircuitPython_VL53L0X

Bug fixes to repo config files.

25 Nov 22:23
fe654d9
Compare
Choose a tag to compare

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

15 Jan 02:44
77ffe9e
Compare
Choose a tag to compare

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

12 Nov 17:45
Compare
Choose a tag to compare

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

13 Aug 06:02
945b1fb
Compare
Choose a tag to compare
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

13 Aug 03:22
d1fcdcc
Compare
Choose a tag to compare
Fix time conversion in measurement_timing_budget

Speed up fixes from @rlake

13 Aug 01:54
d1fcdcc
Compare
Choose a tag to compare

fixed timing calculations - now speedy!

Now on PyPi!

08 Aug 22:14
e397455
Compare
Choose a tag to compare
  • 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.

21 Feb 03:58
fcbbd54
Compare
Choose a tag to compare

Thanks to @brentru-2 for the great work!

Updated with lint and autobundling!

19 Dec 23:55
6ebd6f6
Compare
Choose a tag to compare

Thanks to @tannewt for the great work!

2.0 Release for CircuitPython 2.x

05 Dec 01:41
df2f1f7
Compare
Choose a tag to compare

Initial release with MPY binary for CircuitPython 2.x releases.