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

24 lines
472 B
JSON
Raw Normal View History

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-05-28 11:28:52 +02:00
"version": "0.2.3",
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
}