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

24 lines
497 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"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"
},
2022-10-31 14:46:02 -04:00
"version": "0.1.5",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-11-25 06:55:36 -05:00
"platforms": "*",
"headers": "DEVNULL.h"
2021-01-29 06:31:58 -05:00
}