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

Method getCountDigits

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

Source from the content-addressed store, hash-verified

42 // must be 0, 4, 6 or 8
43 void setCountDigits(uint8_t digits = SHEX_COUNTER_DIGITS);
44 uint8_t getCountDigits() { return _digits; }
45 // restarts the output - use with care
46 void restartOutput();
47 uint32_t getCounter() { return _charCount; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64