22 lines
476 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
},
2021-01-29 12:31:58 +01:00
"version":"0.1.3",
2016-12-17 20:53:18 +01:00
"frameworks": "arduino",
2020-11-27 11:20:37 +01:00
"platforms": "*"
2016-12-17 20:53:18 +01:00
}