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 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: