CircuitPython_JoystickXL icon indicating copy to clipboard operation
CircuitPython_JoystickXL copied to clipboard

Correct hat bypass syntax in Example 3-Button Operations

Open fasteddy516 opened this issue 1 year ago • 0 comments

joystick.hat[2] = True should read joystick.hat[2].bypass = True

fasteddy516 avatar Feb 21 '24 11:02 fasteddy516