Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ccs811_result_type Struct Reference

Information collected from the sensor on each fetch. More...

#include <ccs811.h>

Data Fields

uint16_t co2
 Equivalent carbon dioxide in parts-per-million volume (ppmv).
 
uint16_t voc
 Equivalent total volatile organic compounds in parts-per-billion volume.
 
uint16_t raw
 Raw voltage and current measured by sensor.
 
uint8_t status
 Sensor status at completion of most recent fetch.
 
uint8_t error
 Sensor error flags at completion of most recent fetch.
 

Detailed Description

Information collected from the sensor on each fetch.

Field Documentation

◆ co2

uint16_t ccs811_result_type::co2

Equivalent carbon dioxide in parts-per-million volume (ppmv).

◆ error

uint8_t ccs811_result_type::error

Sensor error flags at completion of most recent fetch.

Note that errors are cleared when read.

◆ raw

uint16_t ccs811_result_type::raw

Raw voltage and current measured by sensor.

◆ status

uint8_t ccs811_result_type::status

Sensor status at completion of most recent fetch.

◆ voc

uint16_t ccs811_result_type::voc

Equivalent total volatile organic compounds in parts-per-billion volume.


The documentation for this struct was generated from the following file: