| 
    Zephyr API Documentation
    2.7.0-rc2
    
   A Scalable Open Source RTOS 
   | 
 
Information collected from the sensor on each fetch. More...
#include <ccs811.h>
Data Fields | |
| uint16_t | co2 | 
| uint16_t | voc | 
| uint16_t | raw | 
| uint8_t | status | 
| uint8_t | error | 
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 compounts in parts-per-billion volume.