This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
ParallelPrinter/library.json

22 lines
500 B
JSON
Raw Normal View History

2020-06-25 08:19:33 +00: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 10:00:02 +00:00
"url": "https://github.com/RobTillaart/ParallelPrinter.git"
2020-06-25 08:19:33 +00:00
},
2021-01-14 19:00:47 +00:00
"version":"0.2.2",
2020-06-25 08:19:33 +00:00
"frameworks": "arduino",
"platforms": "*"
}