L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
scd41_t Struct Reference

Measurement data produced by the SCD41 CO2 / temperature / humidity sensor. Populated by scd41_Read(); check IsDataValid before using the values. More...

#include <scd41.h>

Data Fields

float Co2
float Temperature
float Humidity
int8_t IsDataValid

Detailed Description

Measurement data produced by the SCD41 CO2 / temperature / humidity sensor. Populated by scd41_Read(); check IsDataValid before using the values.

Definition at line 35 of file scd41.h.

Field Documentation

◆ Co2

float scd41_t::Co2

CO2 concentration in ppm

Definition at line 37 of file scd41.h.

◆ Humidity

float scd41_t::Humidity

Relative humidity in percent (0–100 %)

Definition at line 39 of file scd41.h.

◆ IsDataValid

int8_t scd41_t::IsDataValid

1 – values are valid; 0 – last read failed or data not yet available

Definition at line 40 of file scd41.h.

◆ Temperature

float scd41_t::Temperature

Temperature in degrees Celsius

Definition at line 38 of file scd41.h.


The documentation for this struct was generated from the following file: