GY-63_MS5611/libraries/SparseArray/library.json
2022-07-18 15:54:11 +02: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.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "SparseArray.h"
}