Skip to content

Commit eae80ef

Browse files
authored
Merge pull request #20 from Sensirion/add_application_notes
add application note links to readme
2 parents d367a7c + ba1d526 commit eae80ef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/c.check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: "ubuntu-22.04"
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
12+
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
1313
with:
1414
packages: clang-format
1515
version: 1.0

.github/workflows/python.build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Install dependencies
17-
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
17+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
1818
with:
1919
packages: gcc g++ swig
2020
version: 1.0

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ corresponding `SRAW` signal as well as some additional internal states such as u
2020
states, the algorithm converts the raw signals in ticks into either VOC or NOx Index, respectively, and applies an adaptive
2121
low-pass filter.
2222

23+
Further Information:
24+
- [What is Sensirion's NOx Index?](http://www.sensirion.com/resource/application_note/nox_index)
25+
- [What is Sensirion's VOC Index?](http://www.sensirion.com/resource/application_note/voc_index)
26+
2327
# Quick Start
2428

2529
Steps to calculate a VOC/NOx gas index value:

0 commit comments

Comments
 (0)