MCPcopy Create free account
hub / github.com/MHeironimus/ArduinoJoystickLibrary / begin

Method begin

src/Joystick.cpp:480–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void Joystick_::begin(bool initAutoSendState)
481{
482 _autoSendState = initAutoSendState;
483 sendState();
484}
485
486void Joystick_::end()
487{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected