-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
34 lines (34 loc) · 914 Bytes
/
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
{
"name": "DisplayStatusBar",
"keywords": "display",
"description": "simple status bar printing custom information/icons on the topmost line",
"homepage": "https://github.com/yapiolibs/displaystatusbar",
"repository": {
"type": "git",
"url": "https://github.com/yapiolibs/displaystatusbar.git"
},
"authors": [
{
"name": "Raoul Rubien",
"url": "https://github.com/rubienr",
"maintainer" : "true"
}
],
"dependencies": [
{
"name": "OperatingModes",
"version": "https://github.com/yapiolibs/opmodes",
"authors": "Raoul Rubien",
"frameworks": "arduino"
},
{
"name": "Ssd1306DisplayD1MiniCape",
"version": "https://github.com/yapiolibs/ssd1306display",
"authors": "Raoul Rubien",
"frameworks": "arduino"
}
],
"version": "0.1",
"frameworks": "arduino",
"platforms": "espressif8266, esp32"
}