MCPcopy 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
82bool StopWatch::isReset()
83{
84 return _state == StopWatch::RESET;
85}
86
87
88void StopWatch::setResolution(const enum Resolution resolution)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64