MCPcopy Create free account
hub / github.com/dalathegreat/Battery-Emulator / reset

Method reset

Software/src/devboard/utils/timer.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void MyTimer::reset(void) {
17 previous_millis = millis();
18}
19
20void MyTimer::set_interval(unsigned long interval) {
21 this->interval = interval;

Callers 2

onOTAStartFunction · 0.45
onOTAProgressFunction · 0.45

Calls 1

millisFunction · 0.85

Tested by

no test coverage detected