Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
uint32_t CountDown::remaining()
104
{
105
calcRemaining();
106
if (_remaining == 0) _state = CountDown::STOPPED;
107
return _remaining;
108
}
109
110
111
bool CountDown::isRunning()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64