Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   brad
Date:           Sat Nov  6 13:34:40 UTC 2021

Modified Files:
        src/distrib/sets/lists/debug: module.mi
        src/distrib/sets/lists/man: mi
        src/distrib/sets/lists/modules: mi
        src/etc: MAKEDEV.tmpl
        src/share/man/man4: Makefile
        src/sys/conf: majors
        src/sys/dev/i2c: files.i2c
        src/sys/modules: Makefile
Added Files:
        src/share/man/man4: sht3xtemp.4
        src/sys/dev/i2c: sht3x.c sht3xreg.h sht3xvar.h
        src/sys/modules/sht3xtemp: Makefile sht3xtemp.ioconf

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/debug/module.mi
cvs rdiff -u -r1.1728 -r1.1729 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.148 -r1.149 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.226 -r1.227 src/etc/MAKEDEV.tmpl
cvs rdiff -u -r1.718 -r1.719 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/sht3xtemp.4
cvs rdiff -u -r1.99 -r1.100 src/sys/conf/majors
cvs rdiff -u -r1.118 -r1.119 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/sht3x.c src/sys/dev/i2c/sht3xreg.h \
    src/sys/dev/i2c/sht3xvar.h
cvs rdiff -u -r1.259 -r1.260 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/sht3xtemp/Makefile \
    src/sys/modules/sht3xtemp/sht3xtemp.ioconf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index