Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ cont
Method
cont
libraries/CountDown/CountDown.cpp:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
94
void CountDown::cont()
95
{
96
if (_state == CountDown::STOPPED)
97
{
98
start(_remaining);
99
}
100
}
101
102
103
uint32_t CountDown::remaining()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36