MCPcopy Create free account
hub / github.com/Hieromon/AutoConnect / start

Method start

src/AutoConnectTicker.cpp:30–35  ·  view source on GitHub ↗

* Start ticker cycle * @param cycle Cycle time in [ms] * @param duty Duty cycle in [ms] */

Source from the content-addressed store, hash-verified

28 * @param duty Duty cycle in [ms]
29 */
30void AutoConnectTicker::start(const uint32_t cycle, const uint32_t duty) {
31 _cycle = cycle;
32 if (duty <= _cycle)
33 _duty = duty;
34 start();
35}
36
37/**
38 * Start ticker cycle

Callers 3

beginMethod · 0.45
handleRequestMethod · 0.45
_startDNSServerMethod · 0.45

Calls 1

detachMethod · 0.45

Tested by

no test coverage detected