Changelog
- [
added
] SHT3x driver added macros to easily parse the STATUS register relevant bits - [
added
] SHT3x driver support for alert thresholds configuration (read and write commands) - [
added
] SHT3x driver support for clear status register - [
added
] SHT3x driver allows use of 2 sensors in parallel (addresses 0x44 & 0x45)
Which driver to use
Use the shtc1
driver for SHTC1, SHTC3, SHTW1 and SHTW2 sensors
Use the sht3x
driver for SHT30, SHT31, etc and SHT85 sensors
Use the sht4x
driver for SHT40, SHT41, etc
Support code is available for converting between degrees Celsius and
Fahrenheit as well as between relative and absolute humidity. This
code is available in the utils
folder of the main tree:
https://github.com/Sensirion/embedded-sht/tree/master/utils