Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ reset
Method
reset
libraries/ParallelPrinter/ParallelPrinter.cpp:51–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
51
void ParallelPrinter::reset()
52
{
53
_pos = 0;
54
_lineNr = 0;
55
_pageNr = 0;
56
_tabSize = 2;
57
_lineFeed = 1;
58
_strobeDelay = 2000;
59
_printLineNumber = false;
60
}
61
62
63
// write() implements the virtual write of the Print class
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36