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

24 lines
480 B
JSON
Raw Normal View History

2024-03-06 14:05:07 -05:00
{
"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"
},
2024-04-18 06:16:58 -04:00
"version": "0.2.0",
2024-03-06 14:05:07 -05:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "float16ext.h"
}