MCPcopy Create free account
hub / github.com/LennartHennigs/Button2 / resetClickCount

Method resetClickCount

src/Button2.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272/////////////////////////////////////////////////////////////////
273
274uint8_t Button2::resetClickCount() {
275 uint8_t tmp = last_click_count;
276 last_click_count = 0;
277 return tmp;
278}
279
280/////////////////////////////////////////////////////////////////
281

Callers 1

testFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64