-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
39 lines (39 loc) · 853 Bytes
/
library.json
File metadata and controls
39 lines (39 loc) · 853 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
35
36
37
38
39
{
"name": "Ds1307",
"version": "1.0.2",
"keywords": "library, C, C++, RTC, DS1307, clock, date, time, datetime",
"description": "A C/C++ library to use DS1307 RTC chip.",
"license": "AGPL-3.0",
"homepage": "https://github.com/Treboada/Ds1307",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif8266",
"espressif32"
],
"examples": [
{
"name": "GetDateTime",
"base": "examples/01",
"files": [
"GetDateTime.cpp"
]
},
{
"name": "SetDateTime",
"base": "examples/02",
"files": [
"SetDateTime.cpp"
]
}
],
"repository": {
"type": "git",
"url": "https://github.com/Treboada/Ds1307.git"
},
"authors": {
"name": "Rafa Couto",
"email": "caligari@treboada.net",
"url": "http://www.linkedin.com/in/rafacouto"
}
}