Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/sgp40.c
RevisionDateAuthorComments
 1.5  24-May-2022  andvar fix various typos in comments, docs and log messages.
 1.4  22-May-2022  andvar fix various small typos, mainly in comments.
 1.3  30-Mar-2022  pgoyette These modules need to depend on iic, not just on i2cexec. (They will
still recursively get i2cexec since the iic depends on it.)

Partial fix for kern/56772
 1.2  20-Oct-2021  christos - fix clang compilation: add "%s" to format string
- comma is followed by space
- KNF multi-line comments
- fold long lines
- early returns, fixes a missed iic_release_bus() on error.
- foo == false -> !foo
 1.1  14-Oct-2021  brad 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.

RSS XML Feed