24 lines
480 B
JSON
Raw Normal View History

2022-03-11 10:15:31 +01:00
{
"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"
},
2023-10-24 15:28:25 +02:00
"version": "0.1.3",
2022-03-11 10:15:31 +01:00
"license": "MIT",
2023-10-24 15:28:25 +02:00
"frameworks": "*",
2022-03-11 10:15:31 +01:00
"platforms": "*",
"headers": "DEVFULL.h"
}