MCPcopy Create free account
hub / github.com/dmadison/ArduinoXInput / XInputReceiveType

Enum XInputReceiveType

src/XInput.h:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54enum class XInputReceiveType : uint8_t {
55 Rumble = 0x00,
56 LEDs = 0x01,
57};
58
59enum class XInputLEDPattern : uint8_t {
60 Off = 0x00,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected