Releases: adafruit/Adafruit_CircuitPython_SGP30
2.1.1 - Actions workflow updates
This release includes updates the github actions workflows
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.
Adding support for new SGP30
Thanks to @Airviz for the update!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-sgp30.
Read the docs for info on how to use it.
Update README
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-sgp30.
Read the docs for info on how to use it.
Update README
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-sgp30.
Read the docs for info on how to use it.
Add set_iaq_humidity
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-sgp30.
Read the docs for info on how to use it.
Update to property names. CHANGES API.
THIS RELEASE CHANGES THE API. You must update your code to match:
co2equpdated toeCO2.tvocupdated toTVOC.
Updated property names to match design guidelines.
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.
Now on PyPi!
- 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-sgp30.
Read the docs for info on how to use it.
Documentation update.
Thanks to @brentru for the great work!