Skip to content

Releases: adafruit/Adafruit_CircuitPython_APDS9960

1.2.7 Update PyLint Examples Directive

24 Jan 15:57
d27d181
Compare
Choose a tag to compare

This release includes:

  • Updated the PyLint examples directive in build.yml to search for examples recursively.

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

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

Read the docs for info on how to use it.

1.2.6 - Changed CI from Travis to GitHub Actions

23 Jan 14:03
459c273
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-apds9960.

Read the docs for info on how to use it.

Updated with version info

25 Sep 17:45
905fcfc
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use i

Remove stop kwarg and use write_then_readinto

23 Aug 12:08
6324f27
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Update to README.

15 Jan 00:21
7905415
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Update .pylintrc and README

12 Nov 20:34
133849a
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-apds9960.

Read the docs for info on how to use it.

1.1.1: Now on PyPI!

03 Jul 23:21
bedf020
Compare
Choose a tag to compare
  - Added `setup.py`
  - Added PyPI release info to `.travis.yml`
  - Added a more comprehensive `.gitignore`

To use in CircuitPython, download the .mpy file and copy it to the `lib` folder on the `CIRCUITPY` drive. Or, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-apds9960`.

Read the [docs](http://circuitpython.readthedocs.io/projects/apds9960/en/latest/) for info on how to use it.

Improved reference documentation.

23 Feb 21:46
047c898
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

1.0.1 Release for 2.2.0 binary generation

19 Jan 21:33
b0c370e
Compare
Choose a tag to compare

New release to generate binaries for the 2.2 release of CircuitPython (and more). No functional changes to the library in this release.

Initial release of CircuitPython APDS9960 library

02 Jan 20:55
b0c370e
Compare
Choose a tag to compare
Merge pull request #2 from adafruit/tannewt-patch-1

Update .travis.yml