-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathidf_component.yml
More file actions
66 lines (66 loc) · 1.07 KB
/
idf_component.yml
File metadata and controls
66 lines (66 loc) · 1.07 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
version: "0.4.1"
description: "Commonly used I2C & SPI sensor drivers for ESP-IDF / Arduino"
license: "MIT"
url: "https://github.com/lewisxhe/SensorLib"
repository: "https://github.com/lewisxhe/SensorLib.git"
files:
use_gitignore: true
exclude:
- "tests/**/*"
- "**/.github/**/*"
- "docs/**/*"
- "filters/**/*"
- "tools/**/*"
- ".vscode/**/*"
- ".pio/**/*"
- "datasheet/**/*"
- "examples/**/*"
- "library.json"
- "keywords.txt"
- "platformio.ini"
- "library.properties"
- ".gitattributes"
tags:
- PCF8563
- PCF85063
- QMI8658
- BHI260AP
- BHI360
- QMC6309
- QMC6310N
- QMC6310U
- QMC5883P
- QMC5883L
- BMM150
- XL9555
- PCA9570
- BMA422
- BMA423
- BMA456
- DRV2605
- AW86224
- CM32181
- LTR553
- FT3267
- FT5206
- FT6206
- FT6236
- CST820
- CST816S
- CST816D
- CST816T
- CST226SE
- CHSC5816
- GT911
- CST9217
- CST9220
- GT9895
- HI8561
- AW9364
- BQ27220
- AXP2602
dependencies:
idf:
version: ">=4.4"
maintainers:
- Lewis He <lewishe@outlook.com>