-
Notifications
You must be signed in to change notification settings - Fork 358
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 816 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
{
"name": "ds1307",
"description": "Extern RTC driver for ds1307 .",
"description_zh": " ds1307 外置RTC驱动",
"enable": "PKG_USING_DS1307",
"keywords": [
"ds1307"
],
"category": "peripherals/rtc",
"author": {
"name": "chejia12",
"email": "1085582540@qq.com",
"github": "chejia12"
},
"license": "Apache-2.0",
"repository": "https://gitee.com/chejia12/ds1307",
"icon": "unknown",
"homepage": "https://gitee.com/chejia12/ds1307",
"doc": "unknown",
"site": [
{
"version": "V1.0.0",
"URL": "https://gitee.com/chejia12/ds1307/releases/download/V1.0.0/V1.0.0.zip",
"filename": "ds1307V1.0.0.zip"
},
{
"version": "latest",
"URL": "https://gitee.com/chejia12/ds1307.git",
"filename": "",
"VER_SHA": "master"
}
]
}