![]() |
LibDriver SEN5X
|
sen55 data structure definition More...
#include <driver_sen5x.h>
Data Fields | |
| uint16_t | pm1p0_raw |
| uint16_t | pm2p5_raw |
| uint16_t | pm4p0_raw |
| uint16_t | pm10_raw |
| int16_t | compensated_ambient_humidity_raw |
| int16_t | compensated_ambient_temperature_raw |
| int16_t | voc_raw |
| int16_t | nox_raw |
| uint8_t | pm_valid |
| float | pm1p0_ug_m3 |
| float | pm2p5_ug_m3 |
| float | pm4p0_ug_m3 |
| float | pm10_ug_m3 |
| float | compensated_ambient_humidity_percentage |
| float | compensated_ambient_temperature_degree |
| float | voc_index |
| float | nox_index |
sen55 data structure definition
Definition at line 105 of file driver_sen5x.h.
| float compensated_ambient_humidity_percentage |
compensated ambient humidity percentage
Definition at line 120 of file driver_sen5x.h.
| int16_t compensated_ambient_humidity_raw |
compensated ambient humidity raw
Definition at line 111 of file driver_sen5x.h.
| float compensated_ambient_temperature_degree |
compensated ambient temperature degree
Definition at line 121 of file driver_sen5x.h.
| int16_t compensated_ambient_temperature_raw |
compensated ambient temperature raw
Definition at line 112 of file driver_sen5x.h.
| float nox_index |
nox index
Definition at line 123 of file driver_sen5x.h.
| int16_t nox_raw |
nox raw
Definition at line 114 of file driver_sen5x.h.
| uint16_t pm10_raw |
mass concentration pm10 raw
Definition at line 110 of file driver_sen5x.h.
| float pm10_ug_m3 |
mass concentration pm10 [μg/m3]
Definition at line 119 of file driver_sen5x.h.
| uint16_t pm1p0_raw |
mass concentration pm1.0 raw
Definition at line 107 of file driver_sen5x.h.
| float pm1p0_ug_m3 |
mass concentration pm1.0 [μg/m3]
Definition at line 116 of file driver_sen5x.h.
| uint16_t pm2p5_raw |
mass concentration pm2.5 raw
Definition at line 108 of file driver_sen5x.h.
| float pm2p5_ug_m3 |
mass concentration pm2.5 [μg/m3]
Definition at line 117 of file driver_sen5x.h.
| uint16_t pm4p0_raw |
mass concentration pm4.0 raw
Definition at line 109 of file driver_sen5x.h.
| float pm4p0_ug_m3 |
mass concentration pm4.0 [μg/m3]
Definition at line 118 of file driver_sen5x.h.
| uint8_t pm_valid |
pm valid
Definition at line 115 of file driver_sen5x.h.
| float voc_index |
voc index
Definition at line 122 of file driver_sen5x.h.
| int16_t voc_raw |
voc raw
Definition at line 113 of file driver_sen5x.h.