MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / hadActivity

Method hadActivity

lib/hal/HalTiltSensor.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool HalTiltSensor::hadActivity() {
224 const bool val = _hadActivity;
225 _hadActivity = false;
226 return val;
227}
228
229void HalTiltSensor::clearPendingEvents() {
230 _tiltForwardEvent = false;

Callers 1

loopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected