Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
void LineFormatter::setMaxLength(uint8_t maxPos)
81
{
82
_maxPos = maxPos;
83
}
84
85
86
uint8_t LineFormatter::getMaxLength()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64