Enum xensiv_pasco2_op_mode_t¶
Defined in File xensiv_pasco2.h
Enum Documentation¶
-
enum xensiv_pasco2_op_mode_t¶
Enum defining the different device operating modes
Values:
-
enumerator XENSIV_PASCO2_OP_MODE_IDLE¶
The device does not perform any CO2 concentration measurement
-
enumerator XENSIV_PASCO2_OP_MODE_SINGLE¶
The device triggers a single measurement sequence. At the end of the measurement sequence, the device automatically goes back to idle mode.
-
enumerator XENSIV_PASCO2_OP_MODE_CONTINUOUS¶
The device periodically triggers a CO2 concentration measurement sequence. Once a measurement sequence is completed, the device goes back to an inactive state and wakes up automatically for the next measurement sequence. The measurement period can be programmed from 5 seconds to 4095 seconds.
-
enumerator XENSIV_PASCO2_OP_MODE_IDLE¶