37#ifndef DRIVER_SGP41_BASIC_H
38#define DRIVER_SGP41_BASIC_H
82uint8_t
sgp41_basic_read(
float temperature,
float humidity, int32_t *voc_gas_index, int32_t *nox_gas_index);
driver sgp41 interface header file
uint8_t sgp41_basic_read_without_compensation(int32_t *voc_gas_index, int32_t *nox_gas_index)
basic example read without compensation
uint8_t sgp41_basic_read(float temperature, float humidity, int32_t *voc_gas_index, int32_t *nox_gas_index)
basic example read
uint8_t sgp41_basic_get_serial_id(uint16_t id[3])
basic example get serial id
uint8_t sgp41_basic_init(void)
basic example init
uint8_t sgp41_basic_deinit(void)
basic example deinit