Releases: adafruit/Adafruit_CircuitPython_APDS9960
1.2.7 Update PyLint Examples Directive
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
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
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
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.
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
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!
- 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.
Thanks to @sommersoft for the great work!
1.0.1 Release for 2.2.0 binary generation
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
Merge pull request #2 from adafruit/tannewt-patch-1 Update .travis.yml