37#ifndef DRIVER_SGP40_BASIC_H
38#define DRIVER_SGP40_BASIC_H
81uint8_t
sgp40_basic_read(
float temperature,
float humidity, int32_t *voc_gas_index);
driver sgp40 interface header file
uint8_t sgp40_basic_deinit(void)
basic example deinit
uint8_t sgp40_basic_get_serial_id(uint16_t id[3])
basic example get serial id
uint8_t sgp40_basic_read(float temperature, float humidity, int32_t *voc_gas_index)
basic example read
uint8_t sgp40_basic_read_without_compensation(int32_t *voc_gas_index)
basic example read without compensation
uint8_t sgp40_basic_init(void)
basic example init