Skip to content

Releases: adafruit/Adafruit_CircuitPython_SHTC3

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.