forked from DFRobotdl/DFRobot_mmWave_Radar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.json
48 lines (48 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
{
"name": "DFR_Radar",
"keywords": "arduino, millimeter-wave, radar, 24GHz, DFRobot, SEN0395",
"description": "Arduino library for working with the DFRobot 24GHz millimeter-wave Human Presence Detection sensor (SEN0395).",
"version": "1.2.0",
"authors": [
{
"name": "Matthew Clark",
"url": "https://github.com/MaffooClock",
"maintainer": true
},
{
"name": "huyujie (DFRobot)",
"email": "yujie.hu@dfrobot.com",
"maintainer": false
}
],
"repository": {
"type": "git",
"url": "https://github.com/MaffooClock/DFR_Radar"
},
"headers": "DFR_Radar.h",
"examples": [
{
"name": "Basic Example",
"base": "examples/Basic",
"files": [ "Basic.ino" ]
},
{
"name": "Basic Example with Software Serial",
"base": "examples/Basic-SoftwareSerial",
"files": [ "Basic-SoftwareSerial.ino" ]
},
{
"name": "Basic Example with Digital Input",
"base": "examples/Basic-DigitalTrigger",
"files": [ "Basic-DigitalTrigger.ino" ]
},
{
"name": "Direct Serial",
"base": "examples/DirectSerial",
"files": [ "DirectSerial.ino" ]
}
],
"frameworks": "arduino",
"platforms": "*",
"license": "MIT"
}