Skip to content

Releases: Sensirion/arduino-sht

v1.2.5

23 Feb 15:28
0076f4b
Compare
Choose a tag to compare

v1.2.4 missed a bump in library.properties, therefore the Arduino library manager did not distribute as intended (my mistake). Bumping one more step to make sure it gets picked up

v1.2.4

14 Nov 19:10
Compare
Choose a tag to compare
change order of auto detection

Since the SHT3x and SHT4x share addresses, there's an issue when an SHT4x is
connected to the bus and we're probing for an SHT3x: The result is that the
first reading of the SHT4x is off.

The other direction works (probing for a 4x when a 3x is connected), as such
we're simply changing the order of detection

Version 1.2.3

14 Nov 18:11
Compare
Choose a tag to compare

v1.2.2

21 Apr 15:43
50c590f
Compare
Choose a tag to compare
  • Fix autodetect when using an alternate I2C port (provided by Ohnics)

v1.2.1

05 Oct 16:48
Compare
Choose a tag to compare
  • Add support for external TwoWire instance (thanks FStefanni)
  • Add support for arduino-cli (thanks FStefanni)
  • Add constant for SHT85 (thanks FStefanni)

v1.2.0

29 Jun 14:55
Compare
Choose a tag to compare
  • added support for SHT4x (contributed by @ndml28)
  • added (explicit) support for SHTC3
  • fixed i2c clock stretching bug
  • fixed warning about unused variable in SHTSensor::setAccuracy()
  • check for working sensor communication in init() when sensor type is specified