MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / InputHandler

Function InputHandler

boards/ESP-General/interface.cpp:33–38  ·  view source on GitHub ↗

** Function: InputHandler ** Handles the variables PrevPress, NextPress, SelPress, AnyKeyPress and EscPress **********************************************************************/

Source from the content-addressed store, hash-verified

31** Handles the variables PrevPress, NextPress, SelPress, AnyKeyPress and EscPress
32**********************************************************************/
33void InputHandler(void) {
34 if (launcherGpioRead(SEL_BTN) == BTN_ACT) {
35 SelPress = true;
36 AnyKeyPress = true;
37 }
38}

Callers

nothing calls this directly

Calls 1

launcherGpioReadFunction · 0.85

Tested by

no test coverage detected