-
Notifications
You must be signed in to change notification settings - Fork 3
/
library.json
35 lines (35 loc) · 1.01 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Sensirion Gas Index Algorithm",
"version": "3.2.2",
"description": "Library for gas index algorithm to use with Sensirion sensors. Enables you to calculate gas index from raw signal.",
"keywords": "SensirionGasIndexAlgorithm, VOCGasIndexAlgorithm, NOxGasIndexAlgorithm, SensirionI2CSht4x, SensirionI2CSgp41, sgp41, sgp40, voc_algorithm, nox_algorithm",
"repository": {
"type": "git",
"url": "https://github.com/Sensirion/arduino-gas-index-algorithm.git"
},
"authors": [
{
"name": "Sensirion",
"email": "[email protected]",
"url": "https://github.com/Sensirion/arduino-gas-index-algorithm",
"maintainer": true
}
],
"license": "BSD 3-Clause License",
"homepage": "https://sensirion.com",
"headers": [
"NOxGasIndexAlgorithm.h",
"VOCGasIndexAlgorithm.h"
],
"examples": [
{
"name": "ExampleUsage",
"base": "examples/exampleUsage",
"files": [
"exampleUsage.ino"
]
}
],
"frameworks": "*",
"platforms": "*"
}