MCPcopy Create free account
hub / github.com/Shim06/Anemoia-ESP32 / controllerRead

Function controllerRead

src/controller.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8static uint8_t (*_controllerRead)() = nullptr;
9
10uint8_t controllerRead()
11{
12 return _controllerRead();
13}
14
15bool isDownPressed(CONTROLLER button)
16{

Callers 2

isDownPressedFunction · 0.85
selectGameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected