Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Santroller/Santroller
/ tickDigital
Method
tickDigital
src/input/cycle.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
m_input->setup();
21
}
22
bool CycleInput::tickDigital()
23
{
24
return tickAnalog() > 0;
25
}
26
uint16_t CycleInput::tickAnalog()
27
{
28
if (m_input)
Callers
1
tickAnalog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected