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

24 lines
466 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "SHEX",
"keywords": "Stream, Serial, HEX dump",
"description": "Arduino library to generate hex dump over Serial.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SHEX.git"
},
2023-11-21 10:58:58 -05:00
"version": "0.3.3",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-11-21 10:58:58 -05:00
"frameworks": "*",
2021-12-28 05:19:54 -05:00
"platforms": "*",
"headers": "SHEX.h"
2021-01-29 06:31:58 -05:00
}