Releases: adafruit/Adafruit_CircuitPython_SCD30
2.0.1 - Ensured ambient pressure is an int
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-scd30
.
Read the docs for info on how to use it.
Rename eCO2 -> CO2 because it's a true reading
This release changes eCO2
to CO2
to reflect that the reading is a direct measurement rather than an estimation like other sensors. Thanks to @rpavlik for the change and doc updates!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-scd30
.
Read the docs for info on how to use it.
1.0.2 - Fixed typo and added i2c stop before the register read
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-scd30
.
Read the docs for info on how to use it.
1.0.1 - co2=>eCO2 property name typo fix
This release fixes a typo
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-scd30
.
Read the docs for info on how to use it.
1.0.0 - Initial Release
This release includes
- CO2, temperature, and humidity readings
- adjustable parameters for
- measurement interval
- temperature offset
- automatic self calibration
- forced calibration with reference
- air pressure or altitude compensation
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-scd30
.
Read the docs for info on how to use it.