Loading...
Searching...
No Matches

Set of measured particulate matter values as sent by the device. More...

Detailed Description

Set of measured particulate matter values as sent by the device.

Definition at line 59 of file hm330x.h.

#include <hm330x.h>

Data Fields

uint16_t mc_pm_1
 PM1.0 ug/m3 (ultrafine particles) <= 1µm [µg/m^3].
 
uint16_t mc_pm_2p5
 PM2.5 ug/m3 (combustion particles, organic compounds, metals) <= 2.5µm [µg/m^3].
 
uint16_t mc_pm_10
 PM10 ug/m3 (dust, pollen, mould spores) <= 10µm [µg/m^3].
 
uint16_t amc_pm_1
 PM1.0 ug/m3 (atmospheric environment) <= 1µm [µg/m^3].
 
uint16_t amc_pm_2p5
 PM2.5 ug/m3 (atmospheric environment) <= 2.5µm [µg/m^3].
 
uint16_t amc_pm_10
 PM10 ug/m3 (atmospheric environment) <= 10µm [µg/m^3].
 

Field Documentation

◆ amc_pm_1

uint16_t hm330x_data_t::amc_pm_1

PM1.0 ug/m3 (atmospheric environment) <= 1µm [µg/m^3].

Definition at line 63 of file hm330x.h.

◆ amc_pm_10

uint16_t hm330x_data_t::amc_pm_10

PM10 ug/m3 (atmospheric environment) <= 10µm [µg/m^3].

Definition at line 65 of file hm330x.h.

◆ amc_pm_2p5

uint16_t hm330x_data_t::amc_pm_2p5

PM2.5 ug/m3 (atmospheric environment) <= 2.5µm [µg/m^3].

Definition at line 64 of file hm330x.h.

◆ mc_pm_1

uint16_t hm330x_data_t::mc_pm_1

PM1.0 ug/m3 (ultrafine particles) <= 1µm [µg/m^3].

Definition at line 60 of file hm330x.h.

◆ mc_pm_10

uint16_t hm330x_data_t::mc_pm_10

PM10 ug/m3 (dust, pollen, mould spores) <= 10µm [µg/m^3].

Definition at line 62 of file hm330x.h.

◆ mc_pm_2p5

uint16_t hm330x_data_t::mc_pm_2p5

PM2.5 ug/m3 (combustion particles, organic compounds, metals) <= 2.5µm [µg/m^3].

Definition at line 61 of file hm330x.h.


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