Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isReset
Method
isReset
libraries/Stopwatch_RT/StopWatch.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
bool StopWatch::isReset()
83
{
84
return _state == StopWatch::RESET;
85
}
86
87
88
void StopWatch::setResolution(const enum Resolution resolution)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64