24 lines
476 B
JSON
Raw Normal View History

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