2021-01-29 06:31:58 -05:00
|
|
|
{
|
|
|
|
"name": "FLE",
|
2022-12-08 11:29:26 -05:00
|
|
|
"keywords": "float, error ",
|
2021-01-29 06:31:58 -05: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"
|
|
|
|
},
|
2023-10-30 10:37:30 -04:00
|
|
|
"version": "0.1.4",
|
2021-05-28 07:27:47 -04:00
|
|
|
"license": "MIT",
|
2021-01-29 06:31:58 -05:00
|
|
|
"frameworks": "*",
|
2022-12-08 11:29:26 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "FLE.h"
|
2021-01-29 06:31:58 -05:00
|
|
|
}
|