MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.
GNU Lesser General Public License v3.0
2.06k stars 403 forks source link

Axis combined #260

Open GPR77 opened 1 year ago

GPR77 commented 1 year ago

Hello,

I'm a beginner and took on this project to make sim racing pedals, I managed to understand the library and setup a potentiometer to an axis and use it in games but if I declare multiple axis ex: x for throttle, y for brake, if I turn the throttle, both x and y will move. Also throttle, brake and clutch do not appear in the game (beamng). I think the problem is not the code but Windows, I read somewhere that I should deactivate "combined pedals" ? Thanks.