Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
static uint8_t (*_controllerRead)() = nullptr;
9
10
uint8_t controllerRead()
11
{
12
return _controllerRead();
13
}
14
15
bool isDownPressed(CONTROLLER button)
16
{
Callers
2
isDownPressed
Function · 0.85
selectGame
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected