Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ gotoPos
Method
gotoPos
libraries/LineFormatter/LineFormatter.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
92
uint8_t LineFormatter::gotoPos(uint8_t pos)
93
{
94
while (_pos < pos) write(
' '
);
95
return _pos;
96
}
97
98
99
///////////////////////////////////////////
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64