-
Notifications
You must be signed in to change notification settings - Fork 32
/
library.json
47 lines (47 loc) · 1.68 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "bsec2",
"description": "Bosch Sensortec Environmental Cluster (BSEC) Software library for use with the BME68x has been conceptualized to provide higher-level signal processing and fusion for the BME68x. The library receives compensated sensor values from the sensor API. It processes the BME68x signals to provide the requested sensor outputs.",
"homepage": "https://www.bosch-sensortec.com/software-tools/software/bme688-software/",
"repository": {
"type": "git",
"url": "https://github.com/boschsensortec/Bosch-BSEC2-Library"
},
"version": "1.8.2610",
"authors": {
"name": "Bosch Sensortec",
"email": "contact@bosch-sensortec.com"
},
"frameworks": "arduino",
"platforms": "*",
"build": {
"includeDir": "src/inc",
"extraScript": "extra_script.py"
},
"examples": [
{
"name": "Basic usage for Adafruit ESP8266 Board",
"base": "examples/generic_examples/basic",
"files": ["basic.ino"]
},
{
"name": "Basic usage with config state saves for Adafruit ESP8266 Board",
"base": "examples/generic_examples/basic_config_state",
"files": ["basic_config_state.ino"]
},
{
"name": "Basic usage for Adafruit ESP32 Feather Board",
"base": "examples/x8_board_examples/basic",
"files": ["basic.ino"]
},
{
"name": "Basic usage with config state saves for Adafruit ESP32 Feather Board",
"base": "examples/x8_board_examples/basic_config_state",
"files": ["basic_config_state.ino"]
},
{
"name": "datalogging and integration of BSEC2x library for Adafruit ESP32 Feather Board",
"base": "examples/bme68x_demo_sample",
"files": ["bme68x_demo_sample.ino"]
}
]
}