PAS CO2 Sensor  1.0.3
C++ library for Infineon Photoacoustic Spectroscopy (PAS) XENSIV™ CO2 miniaturized sensor
pas-co2-conf-opts.hpp
Go to the documentation of this file.
1 
10 #ifndef PAS_CO2_CONF_OPTS_HPP_
11 #define PAS_CO2_CONF_OPTS_HPP_
12 
18 #define PAS_CO2_INTF_SERIAL 0x01U
19 #define PAS_CO2_INTF_UART 0x03U
20 #define PAS_CO2_INTF_I2C 0x05U
21 #define PAS_CO2_INTF_PULSE 0x08U
22 #define PAS_CO2_INTF_PWM 0x18U
23 #define PAS_CO2_INTF_PWM_SW 0x28U
24 #define PAS_CO2_INTF_ALL (PAS_CO2_INTF_UART | \
25  PAS_CO2_INTF_I2C | \
26  PAS_CO2_INTF_PWM | \
27  PAS_CO2_INTF_PWM_SW)
30 #endif