Releases: adafruit/Adafruit_CircuitPython_SGP30
3.0.1 - Removed extra iaq_init() call
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
3.0.0 - Correct spelling of "celsius"
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
What's Changed
This is a major release because the API changed, though only for someone who used a misspelled keyword argument.
New Contributors
Full Changelog: 2.4.2...3.0.0
2.4.2 - Added cp.org link to index.rst
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
2.4.1 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
2.4.0 - Added calibration based on temperature, relative humidity
Added a helper function set_iaq_relative_humidity()
to set humidity compensation based on temperature and relative humidity. Thanks @benthorner!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
2.3.7 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
2.3.6 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
2.3.5 - Updated documentation
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
2.3.4 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.
2.3.3 - Fixed issue with Black and Pylint versions in the pre-commit config
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-sgp30
.
Read the docs for info on how to use it.