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

24 lines
473 B
JSON
Raw Normal View History

2022-07-12 14:20:20 -04:00
{
"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"
},
2023-11-22 04:49:01 -05:00
"version": "0.1.5",
2022-07-12 14:20:20 -04:00
"license": "MIT",
2023-11-22 04:49:01 -05:00
"frameworks": "*",
2022-07-12 14:20:20 -04:00
"platforms": "*",
"headers": "SparseMatrix.h"
}