GY-63_MS5611/libraries/float16ext/library.json
2024-03-06 20:05:07 +01:00

24 lines
480 B
JSON

{
"name": "float16ext",
"keywords": "float16, float16ext",
"description": "Arduino library to implement float16ext data type.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/float16ext.git"
},
"version": "0.1.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "float16ext.h"
}