![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
Advanced functions. These functions will not normally be used, and be very careful to know what you are doing using these functions. More...
Functions | |
mh_z19_returnCode_t | mh_z19_setAutoCalibration (bool on) |
Enable/disable auto calibration of the sensor. More... | |
mh_z19_returnCode_t | mh_z19_calibrateZeroPoint (void) |
Zero calibration of the sensor. More... | |
mh_z19_returnCode_t | mh_z19_calibrateSpanPoint (uint16_t ppm) |
Span calibration of the sensor. More... | |
Advanced functions. These functions will not normally be used, and be very careful to know what you are doing using these functions.
mh_z19_returnCode_t mh_z19_calibrateSpanPoint | ( | uint16_t | ppm | ) |
Span calibration of the sensor.
[in] | ppm | the CO2 ppm to calibrate the sensor to. |
mh_z19_returnCode_t mh_z19_calibrateZeroPoint | ( | void | ) |
Zero calibration of the sensor.
mh_z19_returnCode_t mh_z19_setAutoCalibration | ( | bool | on | ) |
Enable/disable auto calibration of the sensor.
[in] | on | true: Enable auto calibration, false: Disable auto calibration. |