GY-63_MS5611/libraries/FastMap/library.json
2024-02-03 12:26:08 +01:00

24 lines
462 B
JSON

{
"name": "FastMap",
"keywords": "Fast,map,lookup,table",
"description": "Library with fast map function for Arduino.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/FastMap"
},
"version": "0.4.2",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "FastMap.h"
}