YukMingLaw / ArduinoJoystickWithFFBLibrary

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

Multi axis damper, friction and intertia #4

Closed pkaser closed 4 years ago

pkaser commented 4 years ago

Can you elaborate your documentation on how to use friction, damper, spring and intertia in a multi axis environment?

YukMingLaw commented 4 years ago

I updated the library.It changed a lot.And now it suit to multi-axis environment finally. I have tested it and no bugs temporary.

pkaser commented 4 years ago

I'm using your updated code. Im asking if you could improve the documentation on how to implement it.

pkaser commented 4 years ago

Ok, that latest example code in the read me helped. I was expecting and x and y axis spring, damper, etc settings to be separate properties.