Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ begin
Method
begin
libraries/ParallelPrinter/ParallelPrinter.cpp:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
43
void ParallelPrinter::begin(uint8_t lineLength, uint8_t pageLength)
44
{
45
setLineLength(lineLength);
46
setPageLength(pageLength);
47
reset();
48
}
49
50
51
void ParallelPrinter::reset()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36