48 #define NO2_O3_STABILIZATION (1) 49 #define NO2_O3_DAMAGE (-102) 57 float rmoxs_smooth[4];
58 float logrmoxs_mean[4];
59 float logrmoxs_var[4];
90 float temperature_degc;
int8_t calc_no2_o3(no2_o3_handle_t *handle, const zmod4xxx_dev_t *dev, const no2_o3_inputs_t *algo_input, no2_o3_results_t *results)
calculates NO2 O3 results from present sample.
int8_t init_no2_o3(no2_o3_handle_t *handle)
Initializes the NO2 O3 algorithm.
uint32_t sample_counter
Definition: no2_o3.h:56
Variables that describe the library version.
Definition: no2_o3.h:37
Variables that describe the sensor or the algorithm state.
Definition: no2_o3.h:55
uint16_t FAST_AQI
Definition: no2_o3.h:76
float temperature
Definition: no2_o3.h:72
uint16_t EPA_AQI
Definition: no2_o3.h:78
float NO2_conc_ppb
Definition: no2_o3.h:74
Device structure ZMOD4xxx.
Definition: zmod4xxx_types.h:100
float O3_conc_ppb
Definition: no2_o3.h:73
Variables that receive the algorithm outputs.
Definition: no2_o3.h:70