Releases: Sensirion/arduino-sht
Releases · Sensirion/arduino-sht
v1.2.5
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
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
v1.2.2
- Fix autodetect when using an alternate I2C port (provided by Ohnics)
v1.2.1
- Add support for external TwoWire instance (thanks FStefanni)
- Add support for arduino-cli (thanks FStefanni)
- Add constant for SHT85 (thanks FStefanni)
v1.2.0
- 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