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

Enum XInputLEDPattern

src/XInput.h:59–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57};
58
59enum class XInputLEDPattern : uint8_t {
60 Off = 0x00,
61 Blinking = 0x01,
62 Flash1 = 0x02,
63 Flash2 = 0x03,
64 Flash3 = 0x04,
65 Flash4 = 0x05,
66 On1 = 0x06,
67 On2 = 0x07,
68 On3 = 0x08,
69 On4 = 0x09,
70 Rotating = 0x0A,
71 BlinkOnce = 0x0B,
72 BlinkSlow = 0x0C,
73 Alternating = 0x0D,
74};
75
76
77class XInputController {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected