MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / stop

Method stop

libraries/CountDown/CountDown.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87void CountDown::stop()
88{
89 calcRemaining();
90 _state = CountDown::STOPPED;
91}
92
93
94void CountDown::cont()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36