From 8a698e8be7b1be1bf69cd44c58e77e6f1f68238b Mon Sep 17 00:00:00 2001 From: smueller Date: Tue, 24 Jun 2025 13:38:11 +0200 Subject: [PATCH 1/2] add application note links to readme Closes #13 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fd65ad1..3aac3c0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ corresponding `SRAW` signal as well as some additional internal states such as u states, the algorithm converts the raw signals in ticks into either VOC or NOx Index, respectively, and applies an adaptive low-pass filter. +Further Information: +- [What is Sensirion's NOx Index?](http://www.sensirion.com/resource/application_note/nox_index) +- [What is Sensirion's VOC Index?](http://www.sensirion.com/resource/application_note/voc_index) + # Quick Start Steps to calculate a VOC/NOx gas index value: From ba1d5264030eaccd007bddbbf30dd35fa8aef5e9 Mon Sep 17 00:00:00 2001 From: smueller Date: Tue, 24 Jun 2025 13:47:51 +0200 Subject: [PATCH 2/2] update cache-apt-pkgs-action in CI --- .github/workflows/c.check.yml | 2 +- .github/workflows/python.build_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c.check.yml b/.github/workflows/c.check.yml index 7ec1eaa..fc154d9 100644 --- a/.github/workflows/c.check.yml +++ b/.github/workflows/c.check.yml @@ -9,7 +9,7 @@ jobs: runs-on: "ubuntu-22.04" steps: - uses: actions/checkout@v4 - - uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad + - uses: awalsh128/cache-apt-pkgs-action@v1.4.3 with: packages: clang-format version: 1.0 diff --git a/.github/workflows/python.build_deploy.yml b/.github/workflows/python.build_deploy.yml index d1ef8f7..c743c43 100644 --- a/.github/workflows/python.build_deploy.yml +++ b/.github/workflows/python.build_deploy.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad + uses: awalsh128/cache-apt-pkgs-action@v1.4.3 with: packages: gcc g++ swig version: 1.0