Adafruit_CircuitPython_CCS811

circuit python driver for CCS811 air quality sensor

MIT License

Downloads
1.2K
Stars
34
Committers
21

Bot releases are hidden (Show)

Adafruit_CircuitPython_CCS811 - 1.3.15 - Fix RTD Docs Build and Unpin Sphinx Latest Release

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_CCS811/compare/1.3.14...1.3.15

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.14 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.13 - Added commented out board.STEMMA_I2C with explanation

Published by evaherrada almost 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.12 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.11 - Fixed version string

Published by evaherrada about 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.10 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.9 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.8 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.7 - Added type hints, updated documentation link, python version

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.6 - Updated readthedocs py version

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.5 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.4 - Improved documentation

Published by evaherrada over 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.3 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.2 - Fixed issue with Black and Pylint versions in the pre-commit config

Published by evaherrada over 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.3.1 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - Add ability to get baseline.

Published by kattni over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.2.1 - Added Black check, reran Black with Python 3 target.

Published by evaherrada over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.2.0 - Upgrade to latest Pylint, implement Black formatting

Published by evaherrada over 4 years ago

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - 1.1.7 - Changed CI from Travis to GitHub Actions

Published by evaherrada over 4 years ago

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-ccs811.

Read the docs for info on how to use it.

Adafruit_CircuitPython_CCS811 - Remove stop kwarg and use write_then_readinto

Published by jerryneedell about 5 years ago

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

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

Read the docs for info on how to use it.

Package Rankings
Top 9.26% on Pypi.org
Related Projects