24 lines
524 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
"name": "MultiMap",
2020-11-27 11:20:37 +01:00
"keywords": "MultiMap, Map, interpolation, non-linear, linear",
2016-12-18 10:48:17 +01:00
"description": "Library for fast non-linear interpolation by means of two arrays.",
"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:20:37 +01:00
"url": "https://github.com/RobTillaart/MultiMap.git"
2016-12-17 20:53:18 +01:00
},
2022-11-18 15:09:05 +01:00
"version": "0.1.6",
2021-05-28 13:39:42 +02:00
"license": "MIT",
2016-12-17 20:53:18 +01:00
"frameworks": "arduino",
2021-12-22 12:10:05 +01:00
"platforms": "*",
"headers": "MultiMap.h"
2016-12-17 20:53:18 +01:00
}