YukMingLaw / ArduinoJoystickWithFFBLibrary

An Arduino Joystick Library With Force Feedback Feature
GNU Lesser General Public License v3.0
208 stars 55 forks source link

XYZ forces #25

Open manrohde opened 3 years ago

manrohde commented 3 years ago

Thank you for your great work. For my cockpit project I need force feedback for the X,Y und Z axis. Can you extend your library to get the Z axis force?

YukMingLaw commented 3 years ago

Hi,refer to usb-pid doc, it seems support two axis force-feedback only. I'm not sure about that too.

sgtnoodle commented 3 years ago

Perhaps implement the z axis as a 2nd joystick, and use its x axis?