MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / ParallelPrinter

Method ParallelPrinter

libraries/ParallelPrinter/ParallelPrinter.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14ParallelPrinter::ParallelPrinter()
15{
16 uint8_t dataPins[] = {3, 4, 5, 6, 7, 8, 9, 10};
17 ParallelPrinter(13, 2, 12, dataPins );
18}
19
20
21ParallelPrinter::ParallelPrinter(uint8_t STROBE, uint8_t BUSY, uint8_t OOP, uint8_t * p )

Callers

nothing calls this directly

Calls 1

ParallelPrinterClass · 0.85

Tested by

no test coverage detected