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

Method setReceiveCallback

src/XInput.cpp:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void XInputController::setReceiveCallback(RecvCallbackType cback) {
430 recvCallback = cback;
431}
432
433boolean XInputController::connected() {
434#ifdef USB_XINPUT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected