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

Method setTabSize

libraries/ParallelPrinter/ParallelPrinter.h:44–44  ·  view source on GitHub ↗

n = 2,4,6,8

Source from the content-addressed store, hash-verified

42
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); };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64