2021-01-29 12:31:58 +01: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"
|
|
|
|
},
|
2022-11-24 12:47:19 +01:00
|
|
|
"version": "0.3.1",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2021-01-29 12:31:58 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-28 11:19:54 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "SHEX.h"
|
2021-01-29 12:31:58 +01:00
|
|
|
}
|