MCPcopy 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}
22bool CycleInput::tickDigital()
23{
24 return tickAnalog() > 0;
25}
26uint16_t CycleInput::tickAnalog()
27{
28 if (m_input)

Callers 1

tickAnalogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected