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"
|
|
|
|
},
|
2021-11-25 06:55:36 -05:00
|
|
|
"version": "0.1.2",
|
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
|
|
|
}
|