GY-63_MS5611/libraries/SparseArray/library.json
2022-11-25 14:20:28 +01:00

24 lines
483 B
JSON

{
"name": "SparseArray",
"keywords": "Sparse,Array,memory",
"description": "Arduino library for sparse arrays of floats.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SparseArray.git"
},
"version": "0.1.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "SparseArray.h"
}