Skip to content

Releases: adafruit/Adafruit_CircuitPython_SCD30

2.0.1 - Ensured ambient pressure is an int

02 Feb 19:31
66b756d
Compare
Choose a tag to compare

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

27 Jan 21:23
5374640
Compare
Choose a tag to compare

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

16 Dec 18:59
Compare
Choose a tag to compare

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

09 Dec 00:25
Compare
Choose a tag to compare

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

08 Dec 23:54
Compare
Choose a tag to compare

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.