Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getBytesPerLine
Method
getBytesPerLine
libraries/SHEX/SHEX.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
void setBytesPerLine(const uint8_t length = SHEX_DEFAULT_LENGTH);
37
uint8_t getBytesPerLine() { return _length; };
38
39
void setSeparator(char c =
' '
) { _separator = c; };
40
char getSeparator() { return _separator; };
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64