diff options
| author | brad <brad@NetBSD.org> | 2021-10-14 13:54:45 +0000 |
|---|---|---|
| committer | brad <brad@NetBSD.org> | 2021-10-14 13:54:45 +0000 |
| commit | 14fbe9c530051e154daabf700eccaacaf3aa1667 (patch) | |
| tree | 31643fdef2ec32d95360a2fcd58aec2e2b19a15b /sys/modules/Makefile | |
| parent | 721a67a6f53d48ecb7e0d5d2480963c7450a57e9 (diff) | |
A driver for the Sensirion SGP40 MOx gas sensor. An example of this
chip from Adafruit is:
https://www.adafruit.com/product/4829
This is a moderately priced gas sensor that can detect volatile
organic compounds in the air. The driver uses the 3-clause BSD
licensed VOC algorithm provided by Sensirion to turn the raw sensor
metric into a VOC index which can indicate the quality of the air in a
particular indoor environment. All published functions of the chip
are supported and one unpublished feature.
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 321b7d021e6..d03c5b7c70b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.258 2021/10/09 07:01:34 ryo Exp $ +# $NetBSD: Makefile,v 1.259 2021/10/14 13:54:45 brad Exp $ .include <bsd.own.mk> @@ -70,6 +70,7 @@ SUBDIR+= hythygtemp SUBDIR+= si70xxtemp SUBDIR+= am2315temp SUBDIR+= sht4xtemp +SUBDIR+= sgp40mox SUBDIR+= i2cexec SUBDIR+= i2c_bitbang SUBDIR+= if_agr |
