History log of /netbsd/sys/dev/i2c/sht4x.c (Results 1 – 3 of 3)
Revision Date Author Comments
# d7bdf322 30-Mar-2022 pgoyette <pgoyette@NetBSD.org>

These modules need to depend on iic, not just on i2cexec. (They will
still recursively get i2cexec since the iic depends on it.)

Partial fix for kern/56772


# b44f9256 29-Oct-2021 brad <brad@NetBSD.org>

Correct an off by one degree error in the temperature conversion.


# df58d621 03-Oct-2021 brad <brad@NetBSD.org>

A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity
sensor. An example of this chip is:

https://www.adafruit.com/product/4885

This is a lower cost chip that provides higher then

A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity
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.

show more ...