Skip to content

Releases: adafruit/Adafruit_CircuitPython_VL6180X

1.1.5 - Changed CI from Travis to GitHub Actions

22 Jan 15:36
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-vl6180x.

Read the docs for info on how to use it.

Another I2C Update

03 Sep 23:14
9929cd3
Compare
Choose a tag to compare
  • Switch to write and readinto to allow multibyte writes.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-vl6180x.

Read the docs for info on how to use it.

I2C Update

23 Aug 21:22
74a7a7f
Compare
Choose a tag to compare
  • Update for removal of stop kwarg. (more info)

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-vl6180x.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 00:42
37bf4cd
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-vl6180x.

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 17:43
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-vl6180x.

Read the docs for info on how to use it.

Now on PyPi!

08 Aug 22:22
092e399
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-vl6180x.

Read the docs for info on how to use it.

Sphinx update.

22 Feb 02:57
a8c887b
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

1.0 Initial release

19 Jan 00:40
Compare
Choose a tag to compare

Initial release to generate binaries with Travis CI.