Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
"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",
"version": "1.2.1",
"authors": [
{
"name": "Tim Logan",
"url": "https://github.com/timtimmahh",
"maintainer": true
},
{
"name": "Matthew Clark",
"url": "https://github.com/MaffooClock",
"maintainer": true
"maintainer": false
},
{
"name": "huyujie (DFRobot)",
Expand All @@ -17,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/MaffooClock/DFR_Radar"
"url": "https://github.com/timtimmahh/DFR_Radar"
},
"headers": "DFR_Radar.h",
"examples": [
Expand Down
8 changes: 4 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=DFR_Radar
version=1.2.0
author=Matthew Clark, huyujie (yujie.hu@dfrobot.com)
maintainer=Matthew Clark
version=1.2.1
author=Tim Logan, Matthew Clark, huyujie (yujie.hu@dfrobot.com)
maintainer=Tim Logan
sentence=Configure and communicate with the DFRobot 24GHz millimeter-wave Human Presence Detection sensor (SEN0395).
paragraph=A library is not required to use the sensor, as it will output a signal on pin IO2 when it detects presence, but this library will allow you to configure various parameters via UART.
category=Sensors
includes=DFR_Radar.h
url=https://github.com/MaffooClock/DFR_Radar
url=https://github.com/timtimmahh/DFR_Radar
architectures=*
Loading