Skip to content

Releases: adafruit/Adafruit_CircuitPython_SHTC3

1.0.5 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:38
Compare
Choose a tag to compare

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

28 Dec 19:04
9ecdce6
Compare
Choose a tag to compare

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

19 Oct 23:47
8e0fea8
Compare
Choose a tag to compare

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

09 Jul 21:10
Compare
Choose a tag to compare

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

07 Jul 02:43
Compare
Choose a tag to compare

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!

11 Jun 23:31
Compare
Choose a tag to compare

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.