forked from RT-Thread/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 919 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 919 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
{
"name": "i2c-tools",
"description": "A collection of i2c tools including scan/read/write.",
"description_zh": "I2C 调试时可以使用的小工具,可以扫描设备,读写寄存器",
"enable": "PKG_USING_I2C_TOOLS",
"keywords": [
"i2c"
],
"category": "peripherals",
"author": {
"name": "wuhanstudio",
"email": "wuhanstudio@qq.com",
"github": "wuhanstudio"
},
"license": "MIT",
"repository": "https://github.com/RT-Thread-packages/rt-i2c-tools",
"homepage": "https://github.com/RT-Thread-packages/rt-i2c-tools#readme",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/RT-Thread-packages/rt-i2c-tools/archive/refs/tags/v1.0.0.zip",
"filename": "i2c-tools-1.0.0.zip"
},
{
"version": "latest",
"URL": "https://github.com/RT-Thread-packages/rt-i2c-tools.git",
"filename": "",
"VER_SHA": "master"
}
]
}