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

24 lines
555 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05: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",
"url": "https://github.com/RobTillaart/ParallelPrinter.git"
},
2022-11-19 09:28:46 -05:00
"version": "0.2.5",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-23 04:08:01 -05:00
"platforms": "*",
"headers": "ParallelPrinter.h"
2021-01-29 06:31:58 -05:00
}