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

23 lines
433 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "FLE",
"keywords": "float, error, ",
"description": "Arduino library for FLE = FLoat with Error datatype",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/FLE.git"
},
2021-06-16 07:32:34 -04:00
"version": "0.1.2",
2021-05-28 07:27:47 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "*",
"platforms": "*"
}