GY-63_MS5611/libraries/IEEE754tools/library.json
2022-11-13 09:47:33 +01:00

24 lines
497 B
JSON

{
"name": "IEEE754tools",
"keywords": "IEEE,754,float,double,algorithms",
"description": "Fast helper functions for IEEE 754 floats.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/IEEE754tools.git"
},
"version": "0.2.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "IEEE754tools.h"
}