-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
34 lines (34 loc) · 720 Bytes
/
library.json
File metadata and controls
34 lines (34 loc) · 720 Bytes
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
{
"name": "TM1637Controller",
"description": "A library for TM1637 7-segment LED / dot matrix LED driver.",
"version": "1.1.0",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelmegaavr",
"espressif32"
],
"license": "MIT",
"keywords": "TM1637,OSL40391,led,7segment,dotmatix,display",
"repository": {
"type": "git",
"url": "https://github.com/smdn/TM1637Controller"
},
"homepage": "https://smdn.jp/electronics/TM1637Controller/",
"authors": [
{
"name": "smdn",
"url": "https://github.com/smdn/",
"maintainer": true
}
],
"build": {
"srcFilter": [
"+<*.cpp>",
"+<*.h>"
]
},
"examples": [
"examples/*/*.ino"
]
}