|  | LibDriver CCS811
    | 
ccs811 information structure definition More...
#include <driver_ccs811.h>
| Data Fields | |
| char | chip_name [32] | 
| char | manufacturer_name [32] | 
| char | interface [8] | 
| float | supply_voltage_min_v | 
| float | supply_voltage_max_v | 
| float | max_current_ma | 
| float | temperature_min | 
| float | temperature_max | 
| uint32_t | driver_version | 
ccs811 information structure definition
Definition at line 150 of file driver_ccs811.h.
| char chip_name[32] | 
chip name
Definition at line 152 of file driver_ccs811.h.
| uint32_t driver_version | 
driver version
Definition at line 160 of file driver_ccs811.h.
| char interface[8] | 
chip interface name
Definition at line 154 of file driver_ccs811.h.
| char manufacturer_name[32] | 
manufacturer name
Definition at line 153 of file driver_ccs811.h.
| float max_current_ma | 
chip max current
Definition at line 157 of file driver_ccs811.h.
| float supply_voltage_max_v | 
chip max supply voltage
Definition at line 156 of file driver_ccs811.h.
| float supply_voltage_min_v | 
chip min supply voltage
Definition at line 155 of file driver_ccs811.h.
| float temperature_max | 
chip max operating temperature
Definition at line 159 of file driver_ccs811.h.
| float temperature_min | 
chip min operating temperature
Definition at line 158 of file driver_ccs811.h.