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

24 lines
472 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-02-21 05:11:18 -05:00
"version": "0.3.2",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-28 05:19:54 -05:00
"platforms": "*",
"headers": "SHEX.h"
2021-01-29 06:31:58 -05:00
}