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

24 lines
456 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"
},
2024-04-18 06:14:40 -04:00
"version": "0.3.0",
2021-11-27 10:28:52 -05:00
"license": "MIT",
2023-11-02 10:12:29 -04:00
"frameworks": "*",
2021-11-27 10:28:52 -05:00
"platforms": "*",
"headers": "float16.h"
}