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

24 lines
485 B
JSON
Raw Normal View History

2022-02-27 06:06:47 -05:00
{
"name": "GST",
"keywords": "Golden,Standard,Test,confusion,matrix",
"description": "Arduino library for Golden Standard Test, confusion matrix",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/GST.git"
},
2023-11-02 10:59:23 -04:00
"version": "0.1.4",
2022-02-27 06:06:47 -05:00
"license": "MIT",
2023-11-02 10:59:23 -04:00
"frameworks": "*",
2022-02-27 06:06:47 -05:00
"platforms": "*",
"headers": "GST.h"
}