Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/sht4x.c
RevisionDateAuthorComments
 1.3  30-Mar-2022  pgoyette 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
 1.2  29-Oct-2021  brad Correct an off by one degree error in the temperature conversion.
 1.1  03-Oct-2021  brad 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.

RSS XML Feed