GY-63_MS5611/libraries/SparseMatrix/library.json
2022-07-16 13:42:58 +02:00

24 lines
479 B
JSON

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