Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getTabSize
Method
getTabSize
libraries/ParallelPrinter/ParallelPrinter.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
// n = 2,4,6,8
44
void setTabSize(uint8_t n) { _tabSize = n; };
45
uint8_t getTabSize() { return _tabSize; };
46
// n = 1,2,3
47
void setLineFeed(uint8_t n) { _lineFeed = constrain(n, 1, 3); };
48
uint8_t getLineFeed() { return _lineFeed; };
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64