ParallelPrinter/library.json

24 lines
555 B
JSON
Raw Normal View History

2020-06-25 10:19:33 +02:00
{
"name": "ParallelPrinter",
"keywords": "Parallel,printer",
"description": "Experimental (not complete) library to connect a parallel printer to Arduino. Implements printer interface.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-06-30 12:00:02 +02:00
"url": "https://github.com/RobTillaart/ParallelPrinter.git"
2020-06-25 10:19:33 +02:00
},
"version": "0.2.4",
2021-05-28 14:13:36 +02:00
"license": "MIT",
2020-06-25 10:19:33 +02:00
"frameworks": "arduino",
2021-11-21 10:23:31 +01:00
"platforms": "*",
"headers": "ParallelPrinter.h"
2020-06-25 10:19:33 +02:00
}