GY-63_MS5611/libraries/Radar/library.json

24 lines
476 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
2020-11-27 05:33:55 -05:00
"name": "RADAR",
2021-12-27 14:23:58 -05:00
"keywords": "Pan,tilt,radar,ping,position",
2020-11-27 05:33:55 -05:00
"description": "Arduino library for a pan tilt radar. Experimental",
2016-12-18 04:48:17 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 14:53:18 -05:00
"repository":
{
"type": "git",
2020-11-27 05:33:55 -05:00
"url": "https://github.com/RobTillaart/RADAR"
2016-12-17 14:53:18 -05:00
},
2022-11-23 07:53:23 -05:00
"version": "0.1.7",
2021-05-28 07:42:27 -04:00
"license": "MIT",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
2021-12-27 14:23:58 -05:00
"platforms": "*",
"headers": "radar.h"
2016-12-17 14:53:18 -05:00
}