GY-63_MS5611/libraries/DEVNULL/library.json
2023-10-24 15:44:52 +02:00

24 lines
491 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.6",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "DEVNULL.h"
}