![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
Commonly used functions. Here you you will find the functions you normally will need. More...
Functions | |
mh_z19_returnCode_t | mh_z19_takeMeassuring (void) |
Perform a new CO2 meassuring. More... | |
mh_z19_returnCode_t | mh_z19_getCo2Ppm (uint16_t *ppm) |
Get latest CO2 value. More... | |
Commonly used functions. Here you you will find the functions you normally will need.
mh_z19_returnCode_t mh_z19_getCo2Ppm | ( | uint16_t * | ppm | ) |
Get latest CO2 value.
[out] | ppm | pointer to the variable where the ppm value will be returned. |
mh_z19_returnCode_t mh_z19_takeMeassuring | ( | void | ) |
Perform a new CO2 meassuring.
Ask the module to take a new meassuring.