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

Method getTabStop

libraries/LineFormatter/LineFormatter.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234
235uint8_t LineFormatter::getTabStop(uint8_t n)
236{
237 return _tabStop[n];
238}
239
240
241void LineFormatter::printRuler(uint8_t length)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64