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

24 lines
462 B
JSON
Raw Normal View History

2021-11-27 10:28:52 -05:00
{
"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"
},
2022-11-07 08:26:49 -05:00
"version": "0.1.7",
2021-11-27 10:28:52 -05:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "float16.h"
}