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

Method remaining

libraries/CountDown/CountDown.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103uint32_t CountDown::remaining()
104{
105 calcRemaining();
106 if (_remaining == 0) _state = CountDown::STOPPED;
107 return _remaining;
108}
109
110
111bool CountDown::isRunning()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64