GY-63_MS5611/libraries/float16/library.json
2024-04-18 12:14:40 +02:00

24 lines
456 B
JSON

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