-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
45 lines (45 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
36
37
38
39
40
41
42
43
44
45
{
"name": "FC0001614614",
"version": "1.1.0",
"description": "Quad, High-Voltage EL Lamp Driver with I²C Interface",
"keywords": "MAX14521E, ADI, Lamp, Driver, I2C",
"repository": {
"type": "git",
"url": "https://github.com/firechip/Firechip_Analog_Devices_MAX14521E_Arduino_Library.git"
},
"authors": [
{
"name": "Alexander Salas Bastidas",
"email": "ajsb85@firechip.dev",
"url": "https://firechip.dev"
}
],
"license": "MIT",
"homepage": "https://firechip.dev/",
"frameworks": "arduino",
"platforms": "*",
"headers": "FC0001614614.h",
"examples": [
{
"name": "Blink",
"base": "examples/MAX14521E_Example1_Blink",
"files": [
"MAX14521E_Example1_Blink.ino"
]
}
],
"export": {
"exclude": [
".gitattributes",
".gitignore",
".editorconfig",
".codespellrc",
".github/*",
"keywords.txt",
"SUPPORT.md",
"SECURITY.md",
"CONTRIBUTING.md",
"CODE_OF_CONDUCT.md"
]
}
}