drivers: sensor: Add support for CCS811 Digital Gas Sensor
Add support for AMS CCS811 Digital Gas Sensor for monitoring indoor air quality. This sensor reports the following parameters: 1. Co2 concentration 2. VOC concentration 3. Sensor voltage 4. Sensor current This driver only supports polling mode as of now. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
parent
75103ad683
commit
9e88120fdf
7 changed files with 388 additions and 0 deletions
22
dts/bindings/sensor/ams,ccs811.yaml
Normal file
22
dts/bindings/sensor/ams,ccs811.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# Copyright (c) 2018, Linaro Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
---
|
||||
title: AMS (Austria Mikro Systeme) Digital Air Quality Sensor CCS811
|
||||
id: ams,ccs811
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of CCS811 digital air quality
|
||||
sensor
|
||||
|
||||
inherits:
|
||||
!include i2c-device.yaml
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
constraint: "ams,ccs811"
|
||||
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue