-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
45 lines (45 loc) · 1.19 KB
/
config.json
File metadata and controls
45 lines (45 loc) · 1.19 KB
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
{
"name": {
"zh-cn": "8*8矩阵式激光测距传感器",
"zh-tw": "8*8矩陣式激光測距傳感器",
"en": "8*8 Matrix Laser Ranging Sensor"
},
"description": {
"zh-cn": "这是一款 8x8 矩阵式激光测距传感器模块。它能够在20mm-3500mm范围内同时测量 64 个点的距离。",
"zh-tw": "這是一款 8x8 矩陣式激光測距傳感器模塊。它能夠在20mm-3500mm範圍內同時測量 64 個點的距離。",
"en": "This is an 8x8 matrix laser ranging sensor module. It can simultaneously measure the distances of 64 points within the range of 20mm to 3500mm."
},
"author": "DFRobot",
"email": "MindPlus@dfrobot.com",
"license": "MIT",
"isBoard": false,
"id": "matrixLidarDistanceSensor",
"platform": [
"win",
"mac",
"web"
],
"version": "0.1.0",
"asset": {
"arduinoC": {
"dir": "arduinoC/",
"version": "0.0.3",
"board": [
"microbit",
"esp32s3bit",
"arduino",
"esp32",
"arduinonano",
"leonardo",
"mega2560"
],
"main": "main.ts"
},
"python": {
"dir": "python/",
"main": "main.ts",
"dependencies": {
}
}
}
}