OpenGrok
Cross Reference: sht3xvar.h
xref
: /
src
/
sys
/
dev
/
i2c
/
sht3xvar.h
Home
|
History
|
Annotate
|
Download
|
only in
i2c
History log of
/src/sys/dev/i2c/sht3xvar.h
Revision
Date
Author
Comments
1.2
23-Jan-2025
brad
The SHT3x temperature and humidity sensor has a set of commands that
can do the measurement by using I2C clock stretching in single shot
mode. Add a sysctl to allow the driver to use those commands. This
is more efficient than doing the usual polling method of getting the
measurements back from the chip, but only works if the I2C master
supports clock stretching.
1.1
06-Nov-2021
brad
Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity
sensor such as:
https://www.adafruit.com/product/2857
This is a higher priced sensor with a lot of features, including the
ability to do sub-second periodic updates. The driver supports
everything about the sensor except for the alert pin.
Indexes created Sat Oct 18 17:09:52 GMT 2025