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

Method getSeparator

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

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64