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

Method setMaxLength

libraries/LineFormatter/LineFormatter.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80void LineFormatter::setMaxLength(uint8_t maxPos)
81{
82 _maxPos = maxPos;
83}
84
85
86uint8_t LineFormatter::getMaxLength()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64