Releases: adafruit/Adafruit_CircuitPython_SGP30
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:
co2eq
updated toeCO2
.tvoc
updated 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!