Module Name: src Committed By: brad Date: Thu Jan 23 19:14:46 UTC 2025
Modified Files: src/share/man/man4: sht3xtemp.4 src/sys/dev/i2c: sht3x.c sht3xvar.h Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/sht3xtemp.4 cvs rdiff -u -r1.9 -r1.10 src/sys/dev/i2c/sht3x.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/sht3xvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.