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

Method setSeparator

libraries/SHEX/SHEX.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 uint8_t getBytesPerLine() { return _length; };
38
39 void setSeparator(char c = ' ') { _separator = c; };
40 char getSeparator() { return _separator; };
41
42 // must be 0, 4, 6 or 8

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36