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

Can this be used in a cessna yoke style system? #220

Open Grimm0011 opened 2 years ago

Grimm0011 commented 2 years ago

Describe your feature request As the title says can this code be used for a cessna style FFB yoke. Thanks

Whiteknuckle157 commented 2 years ago

as far as I see, this one has no FFB. There is a FFB version here: https://github.com/YukMingLaw/ArduinoJoystickWithFFBLibrary which makes use of this joystick code.