CircuitPython_JoystickXL
CircuitPython_JoystickXL copied to clipboard
Correct hat bypass syntax in Example 3-Button Operations
joystick.hat[2] = True
should read joystick.hat[2].bypass = True