GY-63_MS5611/libraries/SHEX/library.json
2023-02-21 11:11:18 +01:00

24 lines
472 B
JSON

{
"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"
},
"version": "0.3.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "SHEX.h"
}