2016-12-17 20:53:18 +01:00
|
|
|
{
|
|
|
|
"name": "DistanceTable",
|
2021-01-29 12:31:58 +01:00
|
|
|
"keywords": "Distance, triangle, matrix, lookup, efficient, fast",
|
2016-12-17 20:53:18 +01:00
|
|
|
"description": "Library for a memory efficient DistanceTable for Arduino.",
|
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",
|
2021-01-29 12:31:58 +01:00
|
|
|
"url": "https://github.com/RobTillaart/DistanceTable"
|
2016-12-17 20:53:18 +01:00
|
|
|
},
|
2022-01-07 14:29:16 +01:00
|
|
|
"version": "0.3.0",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2016-12-17 20:53:18 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-17 10:50:55 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "DistanceTable.h"
|
2016-12-17 20:53:18 +01:00
|
|
|
}
|