![]() |
LibDriver SEN5X
|
sen54 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 |
| 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 |
sen54 data structure definition
Definition at line 129 of file driver_sen5x.h.
| float compensated_ambient_humidity_percentage |
compensated ambient humidity percentage
Definition at line 143 of file driver_sen5x.h.
| int16_t compensated_ambient_humidity_raw |
compensated ambient humidity raw
Definition at line 135 of file driver_sen5x.h.
| float compensated_ambient_temperature_degree |
compensated ambient temperature degree
Definition at line 144 of file driver_sen5x.h.
| int16_t compensated_ambient_temperature_raw |
compensated ambient temperature raw
Definition at line 136 of file driver_sen5x.h.
| uint16_t pm10_raw |
mass concentration pm10 raw
Definition at line 134 of file driver_sen5x.h.
| float pm10_ug_m3 |
mass concentration pm10 [μg/m3]
Definition at line 142 of file driver_sen5x.h.
| uint16_t pm1p0_raw |
mass concentration pm1.0 raw
Definition at line 131 of file driver_sen5x.h.
| float pm1p0_ug_m3 |
mass concentration pm1.0 [μg/m3]
Definition at line 139 of file driver_sen5x.h.
| uint16_t pm2p5_raw |
mass concentration pm2.5 raw
Definition at line 132 of file driver_sen5x.h.
| float pm2p5_ug_m3 |
mass concentration pm2.5 [μg/m3]
Definition at line 140 of file driver_sen5x.h.
| uint16_t pm4p0_raw |
mass concentration pm4.0 raw
Definition at line 133 of file driver_sen5x.h.
| float pm4p0_ug_m3 |
mass concentration pm4.0 [μg/m3]
Definition at line 141 of file driver_sen5x.h.
| uint8_t pm_valid |
pm valid
Definition at line 138 of file driver_sen5x.h.
| float voc_index |
voc index
Definition at line 145 of file driver_sen5x.h.
| int16_t voc_raw |
voc raw
Definition at line 137 of file driver_sen5x.h.