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

Method autosend

src/XInput.h:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 void setJoystickDirect(XInputControl joy, int16_t x, int16_t y);
148
149 void inline autosend() {
150 if (autoSendOption) { send(); }
151 }
152
153 // Received Data
154 volatile uint8_t player; // Gamepad player #, buffered

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected