Skip to content

Commit 2e67074

Browse files
authored
Merge pull request #11 from Infineon/release/3.0.1
Release/3.0.1
2 parents 5d3bc7b + 76f72ca commit 2e67074

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

examples/continuous-mode/continuous-mode.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Error_t err;
2424
void setup()
2525
{
2626
Serial.begin(9600);
27-
delay(500);
27+
delay(800);
2828
Serial.println("serial initialized");
2929

3030
/* Initialize the i2c interface used by the sensor */

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name":"pas-co2-sensor",
2+
"name":"XENSIV PAS CO2",
33
"keywords":"gas, co2, sensor, photoacoustic, sensor2go",
44
"description":"C/C++ library for Infineon XENSIV™ PAS CO2 sensor",
55
"repository":{
66
"type":"git",
77
"url":"https://github.com/Infineon/arduino-pas-co2-sensor.git",
88
"branch":"master"
99
},
10-
"version":"3.0.0",
10+
"version":"3.0.1",
1111
"license":"MIT",
1212
"frameworks":"arduino",
1313
"platforms":[

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name=pas-co2-sensor
2-
version=3.0.0
1+
name=XENSIV PAS CO2
2+
version=3.0.1
33
author=Infineon Technologies
44
maintainer=Infineon Technologies <www.infineon.com>
55
sentence=C/C++ library for Infineon XENSIV™ PAS CO2 sensor

src/pas-co2-ino.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ Error_t PASCO2Ino::stopMeasure()
427427
*/
428428
Error_t PASCO2Ino::getCO2(int16_t & CO2PPM)
429429
{
430-
xensiv_pasco2_meas_status_t measSt;
431430
int32_t ret = XENSIV_PASCO2_OK;
432431

433432
/* Initially set to 0.*/

0 commit comments

Comments
 (0)