GY-63_MS5611/libraries/float16/library.json
2021-11-27 16:28:52 +01:00

24 lines
462 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.1.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "float16.h"
}