/ph4-sensirion-gas-index-algorithm-py

Gas index algorithm for SPS41 sensors

Primary LanguagePythonMIT LicenseMIT

Ph4 Sensirion Gas Index algorithm in Python

Port of the Sensirion Gas Index Algorithm to pure Python. From the commit 31c1108f716

Development

Install pre-commit hooks defined by .pre-commit-config.yaml

pip3 install -U pre-commit
pre-commit install

Auto fix

pre-commit run --all-files

Plugin version update

pre-commit autoupdate