Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
bool HalTiltSensor::hadActivity() {
224
const bool val = _hadActivity;
225
_hadActivity = false;
226
return val;
227
}
228
229
void HalTiltSensor::clearPendingEvents() {
230
_tiltForwardEvent = false;
Callers
1
loop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected