2021-01-29 12:31:58 +01:00
|
|
|
{
|
|
|
|
"name": "FLE",
|
2022-12-08 17:29:26 +01:00
|
|
|
"keywords": "float, error ",
|
2021-01-29 12:31:58 +01:00
|
|
|
"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"
|
|
|
|
},
|
2022-12-08 17:29:26 +01:00
|
|
|
"version": "0.1.3",
|
2021-05-28 13:27:47 +02:00
|
|
|
"license": "MIT",
|
2021-01-29 12:31:58 +01:00
|
|
|
"frameworks": "*",
|
2022-12-08 17:29:26 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "FLE.h"
|
2021-01-29 12:31:58 +01:00
|
|
|
}
|