drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensor
authorRoan van Dijk <roan@protonic.nl>
Fri, 8 Oct 2021 10:17:05 +0000 (12:17 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 19 Oct 2021 07:30:44 +0000 (08:30 +0100)
commit49d22b695cbb690b1d1a9d21b61eaf8f61a525d4
tree928d264609c0f82e7cad19f908dd6d9d9a3f3ab8
parent2be47f8d622b53ba340fe4bf62be8038d4646158
drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensor

This is a driver for the SCD4x CO2 sensor from Sensirion. The sensor is
able to measure CO2 concentration, temperature and relative humdity.
The sensor uses a photoacoustic principle for measuring CO2 concentration.
An I2C interface is supported by this driver in order to communicate with
the sensor.

Signed-off-by: Roan van Dijk <roan@protonic.nl>
Link: https://lore.kernel.org/r/20211008101706.755942-4-roan@protonic.nl
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/chemical/Kconfig
drivers/iio/chemical/Makefile
drivers/iio/chemical/scd4x.c [new file with mode: 0644]