-
Notifications
You must be signed in to change notification settings - Fork 26
/
library.json
52 lines (51 loc) · 1.22 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
48
49
50
51
{
"name": "ESPNtpClient",
"frameworks": "arduino",
"version": "0.2.7",
"keywords": "time, date, hour, minute, second, day, week, month, year, RTC, NTP, millisecond",
"platforms": ["espressif32", "espressif8266"],
"description": "High accuracy NTP client library",
"url": "https://github.com/gmag11/ESPNtpClient",
"authors":
{
"name": "Germán Martín",
"email": "[email protected]"
},
"repository":
{
"type": "git",
"url": "https://github.com/gmag11/ESPNtpClient.git"
},
"examples": [{
"name": "Basic example",
"base": "examples/basicExample",
"files": [
"platformio.ini",
"basicExample.ino"
]
},{
"name": "Advanced example",
"base": "examples/advancedExample",
"files": [
"platformio.ini",
"advancedExample.ino"
]
},
{
"name": "LED Flasher",
"base": "examples/ledFlasher",
"files": [
"platformio.ini",
"ledFlasher.ino"
]
}],
"export": {
"exclude": [
"docs/*",
"include/*",
"lib/*",
"test/*"
]
},
"license": "GPL-3.0-or-later"
}