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

24 lines
524 B
JSON
Raw Normal View History

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