| 
    Zephyr Project API 3.7.0
    
   A Scalable Open Source RTOS 
   | 
 
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.   | |
Information collected from the sensor on each fetch.
| uint16_t ccs811_result_type::co2 | 
Equivalent carbon dioxide in parts-per-million volume (ppmv).
| uint8_t ccs811_result_type::error | 
Sensor error flags at completion of most recent fetch.
Note that errors are cleared when read.
| uint16_t ccs811_result_type::raw | 
Raw voltage and current measured by sensor.
| uint8_t ccs811_result_type::status | 
Sensor status at completion of most recent fetch.
| uint16_t ccs811_result_type::voc | 
Equivalent total volatile organic compounds in parts-per-billion volume.