summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/sht4x.c
AgeCommit message (Collapse)Author
2022-03-30These modules need to depend on iic, not just on i2cexec. (They willpgoyette
still recursively get i2cexec since the iic depends on it.) Partial fix for kern/56772
2021-10-29Correct an off by one degree error in the temperature conversion.brad
2021-10-03A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humiditybrad
sensor. An example of this chip is: https://www.adafruit.com/product/4885 This is a lower cost chip that provides higher then usual precision according to the data sheet. This driver supports all of the published functions that the chip has.