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: Thu Nov 17 19:20:06 UTC 2022
Modified Files:
src/distrib/sets/lists/debug: module.mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/modules: mi
src/share/man/man4: Makefile
src/sys/dev/i2c: files.i2c
src/sys/modules: Makefile
Added Files:
src/share/man/man4: aht20temp.4
src/sys/dev/i2c: aht20.c aht20reg.h aht20var.h
src/sys/modules/aht20temp: Makefile aht20temp.ioconf
Log Message:
A driver for the Aosong AHT20 temperature and humidity sensor. While
slow for an I2C sensor it is inexpensive and should work well enough
in most indoor conditions. All features of the chip are supported.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/debug/module.mi
cvs rdiff -u -r1.1754 -r1.1755 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.154 -r1.155 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.728 -r1.729 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/aht20temp.4
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/aht20.c src/sys/dev/i2c/aht20reg.h \
src/sys/dev/i2c/aht20var.h
cvs rdiff -u -r1.123 -r1.124 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r1.271 -r1.272 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/aht20temp/Makefile \
src/sys/modules/aht20temp/aht20temp.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