Releases: adafruit/Adafruit_CircuitPython_SHTC3
1.0.5 - 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-shtc3
.
Read the docs for info on how to use it.
1.0.4 - Fixed issue where high temperatures coming out as negative values
Thanks for fixing this @mshannon78660
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-shtc3
.
Read the docs for info on how to use it.
1.0.3 - Fixed an issue where the sensor wasn't responding on repeated use
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-shtc3
.
Read the docs for info on how to use it.
1.0.2 - Fixed Discord invite link
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-shtc3
.
Read the docs for info on how to use it.
1.0.1 - Relative Humidity bugfix
This release fixes a rollover bug with relative humidity due to treating it as signed.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-shtc3
.
Read the docs for info on how to use it.
1.0.0 - Initial Release!
This release includes
- Temperature measurement
- Relative humidity measurement
- Simultaneous reading of relative humidity and temperature
- Optional low power mode
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-shtc3
.
Read the docs for info on how to use it.