Skip to content

Commit

Permalink
Merge pull request #11 from Infineon/release/3.0.1
Browse files Browse the repository at this point in the history
Release/3.0.1
  • Loading branch information
jaenrig-ifx authored Sep 30, 2022
2 parents 5d3bc7b + 76f72ca commit 2e67074
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/continuous-mode/continuous-mode.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Error_t err;
void setup()
{
Serial.begin(9600);
delay(500);
delay(800);
Serial.println("serial initialized");

/* Initialize the i2c interface used by the sensor */
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name":"pas-co2-sensor",
"name":"XENSIV PAS CO2",
"keywords":"gas, co2, sensor, photoacoustic, sensor2go",
"description":"C/C++ library for Infineon XENSIV™ PAS CO2 sensor",
"repository":{
"type":"git",
"url":"https://github.com/Infineon/arduino-pas-co2-sensor.git",
"branch":"master"
},
"version":"3.0.0",
"version":"3.0.1",
"license":"MIT",
"frameworks":"arduino",
"platforms":[
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=pas-co2-sensor
version=3.0.0
name=XENSIV PAS CO2
version=3.0.1
author=Infineon Technologies
maintainer=Infineon Technologies <www.infineon.com>
sentence=C/C++ library for Infineon XENSIV™ PAS CO2 sensor
Expand Down
1 change: 0 additions & 1 deletion src/pas-co2-ino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ Error_t PASCO2Ino::stopMeasure()
*/
Error_t PASCO2Ino::getCO2(int16_t & CO2PPM)
{
xensiv_pasco2_meas_status_t measSt;
int32_t ret = XENSIV_PASCO2_OK;

/* Initially set to 0.*/
Expand Down

0 comments on commit 2e67074

Please sign in to comment.