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

24 lines
483 B
JSON
Raw Normal View History

2022-07-18 09:54:11 -04:00
{
"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"
},
2022-11-25 08:20:28 -05:00
"version": "0.1.1",
2022-07-18 09:54:11 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "SparseArray.h"
}