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

Method setResolution

libraries/CountDown/CountDown.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26void CountDown::setResolution(const enum Resolution res)
27{
28 _res = res;
29 _ticks = 0;
30}
31
32
33char CountDown::getUnits()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36