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

Method getLEDPattern

src/XInput.cpp:425–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425XInputLEDPattern XInputController::getLEDPattern() const {
426 return ledPattern;
427}
428
429void XInputController::setReceiveCallback(RecvCallbackType cback) {
430 recvCallback = cback;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected