Add sample application for AMS CCS811 digital gas sensor driver. This application fetches Co2, VOC, Voltage and Current readings from the sensor and prints it on serial console continuously. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_CCS811=y
|