2016-12-17 20:53:18 +01:00

16 lines
394 B
JSON

{
"name": "ParPrinter",
"keywords": "Parallel printer ",
"description": "Experimental (not complete) library to connect a parallel printer to Arduino. Implements printer interface.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/ParPrinter"
}
}