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