Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isRunning
Method
isRunning
libraries/Stopwatch_RT/StopWatch.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
bool StopWatch::isRunning()
71
{
72
return _state == StopWatch::RUNNING;
73
}
74
75
76
bool StopWatch::isStopped()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36