GY-63_MS5611/libraries/DEVNULL/library.json
2022-10-31 19:46:02 +01:00

24 lines
497 B
JSON

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