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

Method getMaxLength

libraries/LineFormatter/LineFormatter.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86uint8_t LineFormatter::getMaxLength()
87{
88 return _maxPos;
89}
90
91
92uint8_t LineFormatter::gotoPos(uint8_t pos)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64