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

24 lines
524 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "MultiMap",
2020-11-27 05:20:37 -05:00
"keywords": "MultiMap, Map, interpolation, non-linear, linear",
2016-12-18 04:48:17 -05: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 14:53:18 -05:00
"repository":
{
"type": "git",
2020-11-27 05:20:37 -05:00
"url": "https://github.com/RobTillaart/MultiMap.git"
2016-12-17 14:53:18 -05:00
},
2023-06-24 13:15:01 -04:00
"version": "0.1.7",
2021-05-28 07:39:42 -04:00
"license": "MIT",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
2021-12-22 06:10:05 -05:00
"platforms": "*",
"headers": "MultiMap.h"
2016-12-17 14:53:18 -05:00
}