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

Method cont

libraries/CountDown/CountDown.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94void CountDown::cont()
95{
96 if (_state == CountDown::STOPPED)
97 {
98 start(_remaining);
99 }
100}
101
102
103uint32_t CountDown::remaining()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36