File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
*/
11
11
#define I2C_FREQ_HZ 400000
12
12
#define PERIODIC_MEAS_INTERVAL_IN_SECONDS 10 /* demo-mode value; not recommended for long-term measurements */
13
- // #define PERIODIC_MEAS_INTERVAL_IN_SECONDS 60 /* specification value for stable operation (uncomment for long-time-measurements) */
13
+ // #define PERIODIC_MEAS_INTERVAL_IN_SECONDS 60L /* specification value for stable operation (uncomment for long-time-measurements) */
14
14
#define ALARM_PPM_THRESHOLD 1200
15
15
16
16
uint8_t interrupt_pin = 9 ; /* For XMC2Go. Change it for your hardware setup */
Original file line number Diff line number Diff line change 10
10
*/
11
11
#define I2C_FREQ_HZ 400000
12
12
#define PERIODIC_MEAS_INTERVAL_IN_SECONDS 10 /* demo-mode value; not recommended for long-term measurements */
13
- // #define PERIODIC_MEAS_INTERVAL_IN_SECONDS 60 /* specification value for stable operation (uncomment for long-time-measurements) */
13
+ // #define PERIODIC_MEAS_INTERVAL_IN_SECONDS 60L /* specification value for stable operation (uncomment for long-time-measurements) */
14
14
#define PRESSURE_REFERENCE 900
15
15
16
16
/*
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ uint8_t interruptPin = 9; /* For XMC2Go. Change it for your hardware setup
47
47
*/
48
48
#define I2C_FREQ_HZ 400000
49
49
#define PERIODIC_MEAS_INTERVAL_IN_SECONDS 10 /* demo-mode value; not recommended for long-term measurements */
50
- // #define PERIODIC_MEAS_INTERVAL_IN_SECONDS 60 /* specification value for stable operation (uncomment for long-time-measurements) */
50
+ // #define PERIODIC_MEAS_INTERVAL_IN_SECONDS 60L /* specification value for stable operation (uncomment for long-time-measurements) */
51
51
#define EARLY_NOTIFICATION_ENABLED true
52
52
53
53
/*
Original file line number Diff line number Diff line change 10
10
*/
11
11
#define I2C_FREQ_HZ 400000
12
12
#define PERIODIC_MEAS_INTERVAL_IN_SECONDS 10 /* demo-mode value; not recommended for long-term measurements */
13
- // #define PERIODIC_MEAS_INTERVAL_IN_SECONDS 60 /* specification value for stable operation (uncomment for long-time-measurements) */
13
+ // #define PERIODIC_MEAS_INTERVAL_IN_SECONDS 60L /* specification value for stable operation (uncomment for long-time-measurements) */
14
14
#define FORCED_COMPENSATION_CO2_REFERENCE 400
15
15
#define PRESSURE_REFERENCE 900
16
16
Original file line number Diff line number Diff line change 10
10
*/
11
11
#define I2C_FREQ_HZ 400000
12
12
#define MEAS_INTERVAL_IN_SECONDS 10 /* demo-mode value; not recommended for long-term measurements */
13
- // #define MEAS_INTERVAL_IN_SECONDS 60 /* specification value for stable operation (uncomment for long-time-measurements) */
13
+ // #define MEAS_INTERVAL_IN_SECONDS 60L /* specification value for stable operation (uncomment for long-time-measurements) */
14
14
15
15
/* *
16
16
* Create CO2 object. Unless otherwise specified,
Original file line number Diff line number Diff line change 7
7
"url" :" https://github.com/Infineon/arduino-pas-co2-sensor.git" ,
8
8
"branch" :" master"
9
9
},
10
- "version" :" 3.1.1 " ,
10
+ "version" :" 3.1.2 " ,
11
11
"license" :" MIT" ,
12
12
"frameworks" :" arduino" ,
13
13
"platforms" :[
Original file line number Diff line number Diff line change 1
1
name =XENSIV PAS CO2
2
- version =3.1.1
2
+ version =3.1.2
3
3
author =Infineon Technologies
4
4
maintainer =Infineon Technologies <www.infineon.com>
5
5
sentence =C/C++ library for Infineon XENSIV™ PAS CO2 sensor
You can’t perform that action at this time.
0 commit comments