Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ Action
Enum
Action
Drivers/ButtonControl/Source/ButtonControl.h:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
enum class Action {
21
UiSelectNext,
22
UiSelectPrevious,
23
UiPressSelected,
24
AppClose,
25
};
26
27
struct PinConfiguration {
28
tt::hal::gpio::Pin pin;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected