GY-63_MS5611/libraries/DEVFULL/library.json
2022-10-31 19:44:49 +01:00

24 lines
486 B
JSON

{
"name": "DEVFULL",
"keywords": "DEVFULL,zero,full",
"description": "Arduino library for a /dev/full stream. Useful for debugging.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DEVFULL.git"
},
"version": "0.1.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "DEVFULL.h"
}